Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.