Ecosyste.ms: Awesome
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: 2 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T21:41:27.000Z (over 1 year ago)
- Last Synced: 2024-10-11T15:18:24.238Z (26 days 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```