Skip to content

HectorPulido/mario-level-generator

Repository files navigation

MARIO DEEP LEARNING LEVEL GENERATOR

This is an lstm trained to generate Super Mario Levels

Mario level generator video

How to Run

  1. To Train
python train.py
  1. To train from checkpoints
python train.py --model_checkpoint <my checkpoint>
  1. make sure you have the "character_data.pickle" and "model.mod", then
python generate_test.py

Examples

level 1

level 2

THANKS TO

The videogame Level corpus for the Mario levels for training
https://github.com/TheVGLC/TheVGLC
My Friend Guinxu
https://www.youtube.com/user/GuinxuVideos