cair_maze
ActionSpace(self, seed)
ActionSpace Class
Arguments
- seed (long): The seed used in the random action sampler
Maze(self, width=15, height=15, seed_action=1521209491.878921, maze_algorithm='randomized_prim')
Maze Class, Creates a Maze Instance that contains the internal data of the maze.