Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 days 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-09T12:04:51.000Z (over 7 years ago)
- Last Synced: 2024-12-22T14:58:04.043Z (14 days ago)
- Topics: gamebot, openai-gym, python-3-5, tflearn
- Language: Python
- Homepage:
- Size: 4.94 MB
- Stars: 0
- 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
![Output a1](Images/TrainedGameBot.gif?raw=true "Output a1")
# 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/ |