unilab.tasks.manipulation.fr3.joint_target¶
Joint-target terms using the public NumPy entity/reset contracts.
Classes
Bind one ordered joint target on the manager construction path. |
|
Reward current joint accuracy with a configured squared-error scale. |
|
Stage selected joint resets without requiring a floating root. |
- class unilab.tasks.manipulation.fr3.joint_target.JointTargetObservation[source]¶
Bases:
objectBind one ordered joint target on the manager construction path.
- Parameters:
cfg (
ManagerTermBaseCfg)env (
ManagerBasedRlEnv)
- class unilab.tasks.manipulation.fr3.joint_target.JointTargetReward[source]¶
Bases:
JointTargetObservationReward current joint accuracy with a configured squared-error scale.
- Parameters:
cfg (
ManagerTermBaseCfg)env (
ManagerBasedRlEnv)