Neural-Jump by Ayfri
A platformer game where AI agents learn to play through reinforcement learning.
Python
1 stars
0 forks
2/11/2025
Neural-Jump
A platformer game where AI agents learn to play through reinforcement learning.
Table of Contents
Introduction
SuperMarioAI is a platformer game inspired by the classic Mario games. The project aims to implement AI agents that learn to play the game using deep reinforcement learning techniques. The AI agents navigate through levels, avoiding obstacles, collecting rewards, and improving their performance over time.
Features
- Mario-like platformer gameplay
- AI agents with neural networks
- Dynamic learning and adaptation
- Visual representation of AI decision-making
- Level design using text files
Installation
Clone the repository:
Install the required dependencies:
Run the game:
Usage
- Start the game by running the
run-ai.py
script. - Watch the AI agents learn to play the game.
- Observe the agents' performance and decision-making process.
- Modify the game settings and level design to experiment with different scenarios.
You can also run run-game.py
to play the game manually.
License
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for more information.