arlbench.core.environments.gymnasium_env¶
Gymnasium environment adapter.
Classes
|
A gymnasium-based RL environment. |
- class arlbench.core.environments.gymnasium_env.GymnasiumEnv(env_name, seed, env_kwargs=None)[source]¶
Bases:
Environment
A gymnasium-based RL environment.
- property action_space¶
Action space of the environment.
- property observation_space¶
Observation space of the environment.