unilab.envs.manipulation.allegro_inhand.rotation.RewardConfigPPO
-
class unilab.envs.manipulation.allegro_inhand.rotation.RewardConfigPPO[source]
Bases: object
RewardConfigPPO(scales: ‘dict[str, float]’, angvel_clip_min: ‘float’, angvel_clip_max: ‘float’, reset_z_threshold: ‘float’)
- Parameters:
-
Methods
Attributes
-
scales:
dict[str, float]
-
angvel_clip_min:
float
-
angvel_clip_max:
float
-
reset_z_threshold:
float
-
__init__(scales, angvel_clip_min, angvel_clip_max, reset_z_threshold)
- Parameters:
-