Skip to content

A neural network developed to play the Impossible Game

Notifications You must be signed in to change notification settings

druskus20/impossibleai

Repository files navigation

Impossible Game AI

A neural network trained to beat the impossible game

How does it work?

This network learns from examples of people playing the game, so we need to record the data beforehand. Because we dont want out network to learn from people's mistakes, we remove automatically the deaths fragments in the original videos. Once all this is done, and after some light preprocesing, the data is packed in a compressed numpy file, which is used to train the model.

We can test our model by running the game and letting the neural network decide when It has to jump.

Do you need powerful hardware to run the network?

Yes, but if the neural network lacks speed, you can always try reducing the speed of the game using Cheat Engine

Reference

Video

This project is based on: https://github.com/ikergarcia1996/Self-Driving-Car-in-Video-Games

Autores

About

A neural network developed to play the Impossible Game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages