-
Did you use some specific paper to write the continuous controller code? I would like to take a look at your continuous branch, and would like to look at such paper first beforehand :) Did you use som…
-
https://github.com/ikostrikov/pytorch-a3c has an implementation (CPU ONLY) that can converge PongDeterministic-v3 within 15 minutes while the GPU powered GA3C appears to take 2-3 hours to achieve the …
-
when I ran your code, it spitted out the following:
..
[2017-03-17 20:15:21,067] Making new env: PongDeterministic-v3
[2017-03-17 20:15:21,075] Making new env: PongDeterministic-v3
Process Proce…
-
Dear
After I installed everything
- torch
- gym
- universe
- cv2
....
and then:
python main.py --env-name "PongDeterministic-v3" --num-processes 8
**I got this message:**
File "/…
-
The timestep parameters of the [SharedAdam](https://github.com/ikostrikov/pytorch-a3c/blob/master/my_optim.py) optimizer are not shared. This should lead to bias overcorrection, leading to incorrect u…
-
Hi, thanks for releasing this project,
I get the following error, when running `run_a3c.py`.
```(pyphi) ajay@ajay-h8-1170uk:~/PythonProjects/pytorch_a3c-master$ python run_a3c.py
[2017-02-19 1…
ghost updated
7 years ago
-
Hello :)
I was wondering how to modify the code for continuous actions? So for example it could be compared with your naf implementation on openAI gym pendulum,
`env = gym.envs.make("Pendulum-v0…
ghost updated
7 years ago
-
Have you trained Breakout with your a3c by any chance? I wonder that kind of scores you have gotten.
John
-
Hi, thanks a lot for releasing this project.
I wonder if you could give me some advice? I'm trying to adapt your code to a different environment. It's working great for a single thread, when I sim…
ghost updated
7 years ago
-
Setting up openai/universe, I used the "universe starter agent" as a smoke test.
After adjusting the number of workers to better utilize my CPU, I saw the default PongDeterministic-v3 start winnin…