unilab.envs.locomotion.go2.footstand.Go2FootStandDomainRandConfig¶
- class unilab.envs.locomotion.go2.footstand.Go2FootStandDomainRandConfig[source]¶
Bases:
Go2DomainRandConfigGo2FootStandDomainRandConfig(randomize_base_mass: ‘bool’ = False, added_mass_range: ‘list[float]’ = <factory>, randomize_body_mass: ‘bool’ = False, body_mass_multiplier_range: ‘list[float]’ = <factory>, random_com: ‘bool’ = False, com_offset_x: ‘list[float]’ = <factory>, randomize_gravity: ‘bool’ = False, gravity_range: ‘list[list[float]]’ = <factory>, randomize_ground_friction: ‘bool’ = False, ground_friction_multiplier_range: ‘list[float]’ = <factory>, randomize_dof_armature: ‘bool’ = True, dof_armature_multiplier_range: ‘list[float]’ = <factory>, push_robots: ‘bool’ = False, push_interval: ‘int’ = 750, max_force: ‘list[float]’ = <factory>, push_body_name: ‘str | None’ = None, randomize_kp: ‘bool’ = False, kp_multiplier_range: ‘list[float]’ = <factory>, randomize_kd: ‘bool’ = False, kd_multiplier_range: ‘list[float]’ = <factory>, randomize_floor_friction: ‘bool’ = True, floor_friction_range: ‘list[float]’ = <factory>, randomize_link_mass: ‘bool’ = True, link_mass_scale_range: ‘list[float]’ = <factory>, torso_added_mass_range: ‘list[float]’ = <factory>, randomize_torso_com: ‘bool’ = True, torso_com_offset_range: ‘list[float]’ = <factory>, dof_armature_scale_range: ‘list[float]’ = <factory>, randomize_reset_joint_qpos: ‘bool’ = True, reset_joint_qpos_range: ‘list[float]’ = <factory>)
- Parameters:
randomize_base_mass (
bool)randomize_body_mass (
bool)random_com (
bool)randomize_gravity (
bool)randomize_ground_friction (
bool)randomize_dof_armature (
bool)push_robots (
bool)push_interval (
int)randomize_kp (
bool)randomize_kd (
bool)randomize_floor_friction (
bool)randomize_link_mass (
bool)randomize_torso_com (
bool)randomize_reset_joint_qpos (
bool)
Methods
__init__([randomize_base_mass, ...])Attributes
- __init__(randomize_base_mass=False, added_mass_range=<factory>, randomize_body_mass=False, body_mass_multiplier_range=<factory>, random_com=False, com_offset_x=<factory>, randomize_gravity=False, gravity_range=<factory>, randomize_ground_friction=False, ground_friction_multiplier_range=<factory>, randomize_dof_armature=True, dof_armature_multiplier_range=<factory>, push_robots=False, push_interval=750, max_force=<factory>, push_body_name=None, randomize_kp=False, kp_multiplier_range=<factory>, randomize_kd=False, kd_multiplier_range=<factory>, randomize_floor_friction=True, floor_friction_range=<factory>, randomize_link_mass=True, link_mass_scale_range=<factory>, torso_added_mass_range=<factory>, randomize_torso_com=True, torso_com_offset_range=<factory>, dof_armature_scale_range=<factory>, randomize_reset_joint_qpos=True, reset_joint_qpos_range=<factory>)¶
- Parameters:
randomize_base_mass (
bool)randomize_body_mass (
bool)random_com (
bool)randomize_gravity (
bool)randomize_ground_friction (
bool)randomize_dof_armature (
bool)push_robots (
bool)push_interval (
int)randomize_kp (
bool)randomize_kd (
bool)randomize_floor_friction (
bool)randomize_link_mass (
bool)randomize_torso_com (
bool)randomize_reset_joint_qpos (
bool)