GymCoreEnv¶
- class maze.core.wrappers.maze_gym_env_wrapper.GymCoreEnv(env: gymnasium.Env)¶
Wraps a Gymnasium environment into a maze core environment.
- Parameters:
env – The Gym environment.
- property agent_counts_dict: Dict[str | int, int]¶
(overrides
CoreEnv)Single policy, single agent env.
- clone_from(env: GymCoreEnv) None¶
(overrides
SimulatedEnvMixin)implementation of
SimulatedEnvMixin.