arlbench.core.environments.gymnax_env¶
Gymnax environment adapter.
Classes
| 
 | A gymnax-based RL environment. | 
- class arlbench.core.environments.gymnax_env.GymnaxEnv(env_name, n_envs, env_kwargs=None)[source]¶
- Bases: - Environment- A gymnax-based RL environment. - property action_space¶
- Action space of the environment. 
 - property observation_space¶
- Observation space of the environment.