unilab.envs.locomotion.go2_arm.manip_loco.CurriculumConfig

class unilab.envs.locomotion.go2_arm.manip_loco.CurriculumConfig[source]

Bases: object

Expand velocity command ranges when mean tracking_lin_vel exceeds a threshold.

Parameters:

Methods

__init__([enable, threshold, step_size, ...])

Attributes

enable: bool = False
threshold: float = 0.8
step_size: list[float]
max_vel_limit: list[float]
__init__(enable=False, threshold=0.8, step_size=<factory>, max_vel_limit=<factory>)
Parameters: