pytorch-dqn icon indicating copy to clipboard operation
pytorch-dqn copied to clipboard

Deep Q-Learning Network in pytorch (not actively maintained)

Results 10 pytorch-dqn issues
Sort by recently updated
recently updated
newest added

ubuntu 16.04 python3.5 anaconda installed gym refered https://github.com/openai/gym instruction. but when i run your code Traceback (most recent call last): File "/home/op/pytorch-dqn-master/main.py", line 3, in import openai_benchmark ImportError: No module...

How do I test the model? Also what is the difference betweein ram.py and train.py ?

**Below is the summary of the contributions made by this PR:** - [x] Fixes for issues #3, #5 and #7 - [x] Overcomes the limitation of #4. This PR enables...

Hi, thanks for sharing your wonderful code. But I have met some errors when running it. 1. Inside the line 197~205 from `dqn_learn.py`, the size of `target_Q_values` and that of...

I'm running pytorch 0.2, and the code `dqn_learn.py` fail to work.. the error as follow ``` Traceback (most recent call last): File "ram.py", line 57, in main(env) File "ram.py", line...

Are there any plans to update recent SOTA algorithms?

I have changed some lines so that the code run anyway. However, train process is still in question, since the rewards do not increase.

Hello I get this error, how to fix it? ![image](https://user-images.githubusercontent.com/2309538/28286976-9ada2392-6b6c-11e7-932e-dc8b22df4c18.png) I have installed gym successfully, but I have this error. -Thank you-