mazelab
mazelab copied to clipboard
A customizable framework to create maze and gridworld environments
Hi, May I check if it is possible to create an environment supporting multi-agent exploration? Thank you!
It seems that negative or out of edge position will result index error in _is_valid() method, because of the passable check. I think it should be changed to def _is_valid(self,...
Support metadata: `reward_range`, `spec` etc
Thanks for releasing this project. Could you add License?