unilab.envs.locomotion.g1.joystick.G1RewardConfig¶
- class unilab.envs.locomotion.g1.joystick.G1RewardConfig[source]¶
Bases:
objectG1RewardConfig(scales: ‘dict[str, float]’, tracking_sigma: ‘float’, gait_frequency: ‘float’, feet_phase_swing_height: ‘float’, feet_phase_tracking_sigma: ‘float’, base_height_target: ‘float’, min_base_height: ‘float’, max_tilt_deg: ‘float’, min_forward_speed_for_gait_reward: ‘float’ = 0.0, close_feet_threshold: ‘float’ = 0.15, pose_weights: ‘list[float]’ = <factory>)
- Parameters:
Methods
__init__(scales, tracking_sigma, ...[, ...])Attributes
- __init__(scales, tracking_sigma, gait_frequency, feet_phase_swing_height, feet_phase_tracking_sigma, base_height_target, min_base_height, max_tilt_deg, min_forward_speed_for_gait_reward=0.0, close_feet_threshold=0.15, pose_weights=<factory>)¶