Close
0%
0%

Self Solving Games with Machine Learning

Use OpenAI and NEAT to make self solving games

Similar projects worth following
This program uses "NeuroEvolution of Augmented Topologies" (NEAT) to solve OpenAI environments (simple games) with neural networks. By feeding observation data from game environment into my program, over time it's able to learn how to play itself. Since all of my code is open source on Github, anyone can use this to run their own simulations.

Read the white-paper on NEAT for more information: http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf

More details about genetic algorithms: https://en.wikipedia.org/wiki/Genetic_algorithm

The original video can be seen here:

Github Repository with Code and Instructions: https://github.com/HackerHouseYT/OpenAI-NEAT

Seth Bling's Video: https://www.youtube.com/watch?v=qv6UVOQ0F44

OpenAI Gym: https://gym.openai.com/

OpenAI Universe: https://universe.openai.com/

View all instructions

Enjoy this project?

Share

Discussions

Similar Projects

Does this project spark your interest?

Become a member to follow this project and never miss any updates