Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azadkaratas/race-rl
This repo includes a Python game with the Reinforcement Learning algorithm.
https://github.com/azadkaratas/race-rl
Last synced: about 2 months ago
JSON representation
This repo includes a Python game with the Reinforcement Learning algorithm.
- Host: GitHub
- URL: https://github.com/azadkaratas/race-rl
- Owner: azadkaratas
- Created: 2017-10-15T17:16:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T13:28:41.000Z (almost 7 years ago)
- Last Synced: 2023-12-16T10:56:57.559Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 3.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# race-RL
This repo includes a Python game with the Reinforcement Learning algorithm.
## Contents:
**race_game.py:** This is the main game. This file returns the training output data.
**collect_train_data.py:** This file collects datasets from game with random moves.
**train_data.npy:** Datasets are being trained and model is saved in this file.
**test_game.npy:** You can test the game with the RL model that is learned and saved.