An open API service indexing awesome lists of open source software.

https://github.com/theroughcode/a2c_cartpole


https://github.com/theroughcode/a2c_cartpole

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Training A2C Agent on OpenAI Gym's Cartpole environment
This repo contains the code for an A2C Agent for the CartPole environment.
You can learn more about A2C [here](https://openai.com/blog/baselines-acktr-a2c/).

After 1000 iterations, the rewards earned looks like this:
![rewards_plot](./plot.png)