robopal.envs.robot module¶
- class robopal.envs.robot.RobotEnv(robot, *, controller='JNTIMP', control_freq=200, is_interpolate=False, render_mode='human', is_show_camera_in_cv=False, is_render_camera_offscreen=False, camera_in_render='frontview', camera_in_window='free')[源代码]¶
基类:
MujocoEnvRobot environment.
- 参数:
robot -- Robot configuration.
render_mode -- Choose the render mode.
controller -- Choose the controller.
control_freq -- Upper-layer control frequency. i.g. frame per second-fps Note that high frequency will cause high time-lag.
is_interpolate -- Use interpolator while stepping.
is_show_camera_in_cv -- Use camera or not.
- property dt¶
Time of each upper step in the environment.