giaco91 / Car-Race---An-evolutionary-GameLinks
This repo implements a car racing game with evolutionary training.
☆21Updated 6 years ago
Alternatives and similar repositories for Car-Race---An-evolutionary-Game
Users that are interested in Car-Race---An-evolutionary-Game are comparing it to the libraries listed below
Sorting:
- A collection of python Machine Learning articles and examples. You will find code related to Reinforcement Learning, Q Learning, MDP, Bel…☆190Updated 3 years ago
- Reinforcement learning in JavaScript & Node.js☆53Updated 6 years ago
- Use genetic algorithms to train flappy bird☆90Updated 8 years ago
- NEAT implementation for Flappy Bird game☆24Updated 5 years ago
- This program evolves an AI using the NEAT algorithm to play Super Mario Bros.☆106Updated 3 years ago
- Train agents to play Tic-Tac-Toe using Policy Gradient☆30Updated 5 years ago
- This is the code for "Navigating a Virtual World Using Dynamic Programming" by Siraj Raval on Youtube☆57Updated 7 years ago
- This is the code for "Evolutionary Space Invaders - The Math of Intelligence (Week 9)" By Siraj Raval on Youtube☆28Updated 8 years ago
- NEAT Solver for OpenAI☆144Updated 8 years ago
- Ideas for games that serve as interesting vison / spacial / robotics reinforcement learning problems, and how to solve them.☆67Updated 5 years ago
- Deep Reinforcement learning and Python learn how to play the original Super Mario Bros☆29Updated 7 years ago
- Creating Artificial Life with Reinforcement Learning☆84Updated last year
- Implementation of Deep/Double Deep/Dueling Deep Q networks for playing Atari games using Keras and OpenAI gym☆40Updated 7 years ago
- Used deep reinforcement learning to train a deep neural network to play tic-tac-toe and deployed using tensorflow.js.☆61Updated last year
- this repo is for my homemade RC scaled autonomous car for the IronCar/DIY robocars contest, this repo is permanently changing, sorry if I…☆22Updated 2 years ago
- University Project for me to understand different RL Algos and how to implement a proper environment☆55Updated 2 years ago
- This is the code for "Actor Critic Algorithms" by Siraj Raval on Youtube☆75Updated 7 years ago
- AI (A2C agent) mastering the game of Snake with TensorFlow 2.0☆41Updated 6 years ago
- This is the code for "AI that Creates AI" By Siraj Raval on Youtube☆65Updated 7 years ago
- A tiny implementation of Deep Q Learning, using TensorFlow and OpenAI gym☆94Updated 4 years ago
- Modular Multiobjective (Hyper) Neuro-Evolution of Augmenting Topologies + MAP-Elites: Java code for evolving intelligent agents in Ms. Pa…☆54Updated 8 months ago
- This is the code for "How to use Q Learning in Video Games Easily" by Siraj Raval on Youtube☆113Updated 7 years ago
- Neural Networks For Playing Pong☆76Updated 9 years ago
- This is the Code for "Deep Q Learning - The Math of Intelligence #9" By Siraj Raval on Youtube☆162Updated 7 years ago
- Evolving simple organisms using a genetic algorithm and deep learning from scratch with python