Christian Kauten
Christian Kauten
Hi thanks for the bug report. I was not aware of this, but would label it as undesired functionality for sure in the context of computer vision research. Could you...
Ah, this is to be expected as the default DeepQAgent initializes a replay queue of 750,000 states. This requires ~39GB of RAM to execute. Changing the 40th line of train.py...
https://github.com/openai/baselines/blob/master/baselines/deepq/replay_buffer.py
ah, yea I deprecated the wrappers in nes-py and forget about that over here. I plan to publish the wrappers in a separate repo since I use them all over...
Hmm could you provide any more information about the ladder effect and any other quirks that might be missing? I've not come across this in my research of the 2612,...
Oh nvm, it looks like [Genesis Plus GX](https://github.com/nukeykt/Genesis-Plus-GX) actually merged the Nuke emulation into master as their sound engine. Cool, I'll definitely be looking into this.
Oh I see now, this is an emulation of the 9-bit DAC on the YM2612. It might be possible to just take the snippet that does the quantization and offset...
I'm for it. I'm familiar with the MAME code style from working with the 2612 code, so I should be able to port this when I have time. I love...
#69 also poses the idea of breaking out the operator/EG from the 2413 into a single module.
o sick. This should be super useful