JuliaReinforcementLearning / GridWorlds.jl

Help! I'm lost in the flatland!
MIT License
46 stars 9 forks source link

add Maze environment #124

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Add Maze environment. Maze generation is done using an iterative implementation of randomized depth-first search (see here).
  2. Add tests and gifs for directed and undirected versions of Maze.