robopal.wrappers.single_env_wrapper module

class robopal.wrappers.single_env_wrapper.SingleEnvWrapper(pallel_env: BimanualManipulate, mode='combined')[源代码]

基类:object

Convert a parallel multi-agents environment to a single-agent environment

参数:
  • pallel_env -- The parallel multi-agents environment

  • mode -- The mode of the single-agent environment, possible values are 'combined' and 'separate'

close()[源代码]
render(mode='human')[源代码]
reset(**kwargs)[源代码]
step(action: ndarray)[源代码]
property unwrapped