Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 464 Bytes

README.md

File metadata and controls

26 lines (24 loc) · 464 Bytes

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