Skip to content

Commit 7e6b2e5

Browse files
authored
Update README
Add a link to other implementation.
1 parent 4754429 commit 7e6b2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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).
44

55
This implementation is inspired by [Universe Starter Agent](https://github.com/openai/universe-starter-agent).
6-
6+
As in the starter agent, I don't share parameters of the optimizers between threads. If you want to have the same optimizer as in the original paper by DeepMind, you might want to check [this implementation.](https://github.com/rarilurelo/pytorch_a3c)
77

88
## Contibutions
99

0 commit comments

Comments
 (0)