arlbench.core.environments.brax_env¶
Brax environment adapter.
Classes
|
A brax-based RL environment. |
- class arlbench.core.environments.brax_env.BraxEnv(env_name, n_envs, env_kwargs=None)[source]¶
Bases:
Environment
A brax-based RL environment.
- property action_space: Space¶
The action space of the environment.
- property observation_space: Space¶
The observation space of the environment.