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
- Host: GitHub
- URL: https://github.com/selfint/openaigym-helloworld
- Owner: selfint
- Created: 2019-06-23T21:00:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:41:27.000Z (over 2 years ago)
- Last Synced: 2025-02-14T08:49:12.715Z (8 months ago)
- Topics: machine-learning, openai-gym, python3, qlearning
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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```