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

https://github.com/selfint/openaigym-helloworld

Simple Q-Learning implementation with OpenAi Gym
https://github.com/selfint/openaigym-helloworld

machine-learning openai-gym python3 qlearning

Last synced: 6 months ago
JSON representation

Simple Q-Learning implementation with OpenAi Gym

Awesome Lists containing this project

README

          

# OpenAIGym-HelloWorld
Simple Q-Learning implementation with OpenAi Gym

# Installation
#### Download Python 3.7
https://www.python.org/downloads/

#### Install modules

```pip install -r requirements.txt```

#### Run Project

```python main.py```