Credits to zuoxingdong for the base mazelab environment.
Mazelab supports maze generation and game playing API for single player environments out of the box. I modified the environment to support multi-agent gameplay.
This repo includes my implementation of the NFSP algorithm. Provided in the main.py file is the driver code for interacting with my environment, as well as code for logging the experiment.
- Improve logging
- Improve hyperparameter management