mani_skill.agents.controllers.pd_joint_pos_vel#
Classes#
Base class for controllers. |
|
Module Contents#
- class mani_skill.agents.controllers.pd_joint_pos_vel.PDJointPosVelController(config, articulation, control_freq, sim_freq=None, scene=None)[source]#
Bases:
mani_skill.agents.controllers.pd_joint_pos.PDJointPosControllerBase class for controllers. The controller is an interface for the robot to interact with the environment.
- Parameters:
config (ControllerConfig) –
articulation (mani_skill.utils.structs.Articulation) –
control_freq (int) –
sim_freq (Optional[int]) –
scene (mani_skill.envs.scene.ManiSkillScene) –
- reset()[source]#
Resets the controller to an initial state. This is called upon environment creation and each environment reset