- Step1: Clone the mario-ai repository from GitHub.
- Step2: Install dependencies with pip install -r requirements.txt and gym-super-mario-bros.
- Step3: Configure the NEAT parameters in config-feedforward.txt to adjust fitness and mutation settings.
- Step4: Run the training script (python train.py) to start evolving AI agents.
- Step5: Monitor training metrics and visualize neural networks via provided scripts.
- Step6: Once satisfied, save the best genome and use python play.py to watch the AI play.