-
Ubuntu 16.04
pytorch 0.3.1
run your Dueling DQN, it reports
```
Traceback (most recent call last):
File "/home/opencv/PycharmProjects/RL-Pytorch/main.py", line 422, in
dqn_cart_pole()
…
-
### Describe the problem
We should publish results for at least a few of the standard Atari games on all applicable algorithms, and fix any discrepancies, e.g. https://github.com/ray-project/ray/issu…
ericl updated
6 years ago
-
I just tried to follow the instructions in the repo, and tested models trained but got a fairly low accuracy. I'm using pyTorch 0.1.12_1. Is there anything I should pay attention to?
-
Traceback (most recent call last):
File "main.py", line 81, in
state, done = env.reset(), False
File "C:\Users\simon\Desktop\DQN\RL-AlphaGO\Rainbow-master\env.py", line 53, in reset
r…
-
......
self.actions.get(action): 4
self.actions.get(action): 4
self.actions.get(action): 4
self.actions.get(action): 4
self.actions.get(action): 1
self.actions.get(action): 1
self.actions.get(a…
-
When running `reinforcement_q_learning.py` from [DQN tutorial](http://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html) against pyTorch master, the program crashes with errors:
```$…
-
I noticed that there are some inconsistencies between ACKTR code and their original publication.
In the text they say that they use factored damping but in the code the variable is set to False.
…
-
### System information
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: ubuntu 16.04 LTS
- **Ray installed from (source or binary)**: pip
- **Ray version**: 0.3.1
- **Python ver…
-
https://github.com/pytorch/tutorials/blob/master/intermediate_source/reinforcement_q_learning.py
Some of the errors I get -
```
/usr/local/lib/python2.7/dist-packages/torchvision-0.2.0-py2.7.eg…
-
I can run your dqn code under pytorch=v0.2, but the a3c seems cannot run correctly. It always logs that
worker xxx exited unexpectedly
worker xxx restarted
xxx is the different proces…