Skip to content

Commit abe0de2

Browse files
authored
Merge pull request #7 from ethancaballero/patch-1
USE V-0.1.9 (or lower) OF PYTORCH, AND NOT V-0.1.10
2 parents 7e6b2e5 + 5d4bf03 commit abe0de2

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)