Skip to content

dgumenyuk/RL-maze-generation

Repository files navigation

RL based maze generation

Usage

  1. Intall all the requirements:
pip install requirements.txt
  1. Run the training:
python train.py

Training can take a long time. Add this line to the step() function of the environemt if you want to see intermediate steps.

self.render()
  1. Evaluate the produced model:
python evaluate.py

About

This is a repository for generating 2D mazes with an RL agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages