guszejnovdavid / custom_game_reinforcement_learningLinks
A framework that shows how to train an AI to play an arbitrary game using stable-baselines, demonstrated on a custom version of Snake.
☆41Updated 2 years ago
Alternatives and similar repositories for custom_game_reinforcement_learning
Users that are interested in custom_game_reinforcement_learning are comparing it to the libraries listed below
Sorting:
- A bot using reinforcement learning to perfect the game of CSGO.☆48Updated 3 years ago
 - My implementation of a deep q learning network learning to play pong.☆10Updated 4 years ago
 - Code for solving a basic maze reinforcement learning problem using Q-learning☆14Updated 5 years ago
 - Deep Reinforcement Learning algorithm to learn to play Snake☆18Updated 2 years ago
 - Python and R tutorial for RLCard in Jupyter Notebook☆91Updated 3 years ago
 - Python implementations of counterfactual regret minimization exercises found here: http://modelai.gettysburg.edu/2013/cfr/☆10Updated 8 years ago
 - This project contains my implementation of the NEAT-Python algorithm to use a recurrent neural network that enables an AI-controlled Mari…☆28Updated 5 years ago
 - Hands-On Reinforcement Learning for Games, published by Packt☆60Updated 2 years ago
 - An OpenAI Gym environment for the Flappy Bird game☆127Updated 3 years ago
 - Code repository for my course on the fundamentals of reinforcement learning☆94Updated 6 years ago
 - Fall Guys☆254Updated 5 years ago
 - How to create a custom Gymnasium-compatible (formerly, OpenAI Gym) Reinforcement Learning environment. Then test it using Q-Learning and …