Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add a link to other implementation.
  • Loading branch information
ikostrikov2 authored Feb 19, 2017
1 parent 4754429 commit 7e6b2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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).

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

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)

## Contibutions

Expand Down

0 comments on commit 7e6b2e5

Please sign in to comment.