Skip to content

Commit 5d4bf03

Browse files
USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10
NEED TO USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10 BECAUSE OF THIS ISSUE: https://discuss.pytorch.org/t/problem-on-variable-grad-data/957/7 Although I'm not positive. Maybe it somehow does still work with V-0.1.10 even though you can't manually reinitialize the gradient.
1 parent 7e6b2e5 commit 5d4bf03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# pytorch-a3c
22

3+
NEED TO USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10 BECAUSE OF THIS ISSUE:
4+
https://discuss.pytorch.org/t/problem-on-variable-grad-data/957/7
5+
36
This is a PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) from ["Asynchronous Methods for Deep Reinforcement Learning"](https://arxiv.org/pdf/1602.01783v1.pdf).
47

58
This implementation is inspired by [Universe Starter Agent](https://github.com/openai/universe-starter-agent).

0 commit comments

Comments
 (0)