Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zombietdv/rfl-13_8
Implementaion for Genetic algorithm and Q-Learning.
https://github.com/zombietdv/rfl-13_8
genetic-algorithm grid-world machine-learning numpy pygame q-learning
Last synced: 5 days ago
JSON representation
Implementaion for Genetic algorithm and Q-Learning.
- Host: GitHub
- URL: https://github.com/zombietdv/rfl-13_8
- Owner: zombieTDV
- Created: 2024-11-07T13:35:25.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T13:40:38.000Z (3 months ago)
- Last Synced: 2024-11-28T04:07:36.644Z (2 months ago)
- Topics: genetic-algorithm, grid-world, machine-learning, numpy, pygame, q-learning
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Overview:
-Implementation of two Machine learning algorithms: Genetic algorithm and Q_learning.
-Can be useful for anyone who is curious.
Future:
-I will implement [Deep Q_learning] in the future though, not sure when.
-If it happens, it will be integrated into [SUPER_AVK].