GymMazeEnv

class maze.core.wrappers.maze_gym_env_wrapper.GymMazeEnv(*args, **kwds)

Wraps a Gym env into a Maze environment.

Example: env = GymMazeEnv(env=”CartPole-v0”)

Parameters

env – The gym environment to wrap or the environment id.