README.md 321 Bytes
Newer Older
Raymond Yuan's avatar
Raymond Yuan committed
1
2
3
4
# A3C Blog Post
In order to run this code, you will need the following prerequisites:

* [OpenAI Gym](https://github.com/openai/gym) - `pip install gym`
5
* [pyglet](https://bitbucket.org/pyglet/pyglet/wiki/Home) - `pip install pyglet` 
6
* [TensorFlow](https://www.tensorflow.org/install/) - `pip install tensorflow==2.2.0`