robopal.wrappers.petting_zoo_wrapper module¶
- class robopal.wrappers.petting_zoo_wrapper.PettingStyleWrapper(env: MujocoEnv)[源代码]¶
基类:
ParallelEnvThe metadata holds environment constants.
The "name" metadata allows the environment to be pretty printed.
- action_space(agent)[源代码]¶
Takes in agent and returns the action space for that agent.
MUST return the same value for the same agent name
Default implementation is to return the action_spaces dict
- metadata: dict[str, Any] = {'render_modes': ['human', 'rgb_array', 'depth', 'unity']}¶