Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 517 Bytes

docs.md

File metadata and controls

28 lines (15 loc) · 517 Bytes

cair_maze

cair_maze

cair_maze.maze

ActionSpace

ActionSpace(self, seed)

ActionSpace Class

Arguments

  • seed (long): The seed used in the random action sampler

Maze

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.