https://github.com/anujdutt9/openai-cartpole-gamebot
OpenAI CartPole GameBot
https://github.com/anujdutt9/openai-cartpole-gamebot
gamebot openai-gym python-3-5 tflearn
Last synced: 3 months ago
JSON representation
OpenAI CartPole GameBot
- Host: GitHub
- URL: https://github.com/anujdutt9/openai-cartpole-gamebot
- Owner: anujdutt9
- Created: 2017-04-03T03:58:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T12:04:51.000Z (about 9 years ago)
- Last Synced: 2025-01-19T07:42:28.598Z (over 1 year ago)
- Topics: gamebot, openai-gym, python-3-5, tflearn
- Language: Python
- Homepage:
- Size: 4.94 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenAI CartPole Game Bot
***This repository contains the code for OpenAI CartPole game using Reinforcement Learning using Python3, gym and tflearn.***
All code is written in Python 3 using PyCharm IDE.
# Requirements
1. **Tensorflow**
2. **Numpy**
3. **TFlearn**
4. **OpenAI Gym**
# Usage
```
python3 CartPole_GameBot.py
```
# Result

# Resources
| S.No. | Papers / Blogs / Authors | Paper Links |
| ------ | --------------------------------------------------------- | ---------------------------------------------------- |
|1. | OpenAI Gym | https://gym.openai.com/envs |
|2. | Kevin Frans's Blog on "Simple reinforcement learning methods to learn CartPole" |http://kvfrans.com/simple-algoritms-for-solving-cartpole/ |