-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Does anyone know what is the proper command to train wbt with terrain? I ran the command under holosoma/config_values/webg/g1/experiment.py
python src/holosoma/holosoma/train_agent.py \ exp:g1-29dof-wbt \ terrain:terrain-load-obj \ --terrain.terrain-term.obj-file-path="src/holosoma/holosoma/data/motions/g1_29dof/whole_body_tracking/terrain_slope.obj" \ --command.setup_terms.motion_command.params.motion_config.motion_file\ ="src/holosoma/holosoma/data/motions/g1_29dof/whole_body_tracking/motion_crawl_slope.npz" \ --simulator.config.scene.env_spacing=5.0 \ --training.headless=False
I notice that the robot does not align with the terrain. This misalignment does not happen when training with interactive object.

Also, the code only support for .obj terrain. The motion files in omni-retarget dataset are align with .urdf file. Are additional conversion from .urdf to .obj needed for properly train wbt with terrain?