Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
/ kAIzo Public archive

LM, RNN, & VAE level generator for SMM2

Notifications You must be signed in to change notification settings

pifalken/kAIzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kAIzo

LM, RNN, & VAE level generator for SMM2

running

  • LM:

  • RNN:

    training example:

    python main.py --nepochs 50 --log-interval 2000 --rnn_type RNN --game SMM2 --data data/smm2/ --cuda --h 64 --w 128

    generating new levels with (pre)training weights:

    python generate.py weights/mario.pt SMM2 data/smm2/ 1.0 "XX---XXXXXXXXX--------------" 120
  • VAE:

@TODO

  • add details to README
  • support LSTM
  • finish VAE [!]
  • optimize model code

About

LM, RNN, & VAE level generator for SMM2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages