Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 2 days 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```