HHNM / NEAT_jumpy_game

NEAT jumping platform game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEAT_python_game_jumping_platform

NEAT python jumping platform game:

An AI that learns to jump on platforms, using the Python implementation of the NEAT neuroevolution algorithm.

  • There are 3 independent python files:

    redjumps_withuser_inputs.py : you can play and test the game using user inputs: left, right and up keys, to make sure that the game is playable.

    redjumps_ai_without_neat.py : the character jumps using a movetoplatform() function.

    redjumps_neat.py : the ai learns to jump using NEAT-python.

About

NEAT jumping platform game


Languages

Language:Python 100.0%