Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/ |