Update README.md

This commit is contained in:
Ilya Kostrikov
2017-09-07 20:00:11 -04:00
committed by GitHub
parent 59890378f4
commit 0bca3eb58e
+1 -1
View File
@@ -4,7 +4,7 @@ This is a PyTorch implementation of Advantage Actor Critic (A2C), a synchronous
This implementation is inspired by the [OpenAI A2C baseline](https://github.com/openai/baselines/tree/master/baselines/a2c). It uses the same hyper parameters and the model since they were well tuned for Atari games.
## Contibutions
## Contributions
Contributions are very welcome. If you know how to make this code better, don't hesitate to send a pull request.