From 0bca3eb58e4e8bc62826d1d46963e4b32ceed4cb Mon Sep 17 00:00:00 2001 From: Ilya Kostrikov Date: Thu, 7 Sep 2017 20:00:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c45c108..ea9dff2 100644 --- a/README.md +++ b/README.md @@ -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.