deep_q_rl icon indicating copy to clipboard operation
deep_q_rl copied to clipboard

Theano-based implementation of Deep Q-learning

Results 17 deep_q_rl issues
Sort by recently updated
recently updated
newest added

Added a sys.argv to `ale_run_watch.py` to choose the network used to play, because this scripts runed the trained network only on the Nature network(`run_nature.py`). If I trained the network with...

Hi, I got the "Illegal instruction (core dumped) error" when loading in launcher.py, can you please help? ``` ale.loadROM(full_rom_path, full_core_path) ``` using gdb debugger it shows the following error: ```...

I was interested in implementing Double DQN in this source code, so here are my changes. Feel free to pull these into the main codebase. I didn't change much, since...

For the several networks in the build methods, the width and height may be of the wrong order.

I don't know if this is a real issue and I don't know any other appropriate place to ask about this, it caused some confusion for me. I assumed it...

Hi, Thanks for reading this post. Currently, I am trying to create my own network for reinforcement learning. To this end, I have adapted the Q network from [Playing Atari...