Simulation and Training Setup
System Requirement
The training environment requires an X86-architectured computer and a Nvidia GPU with at least 12GB of RAM (Recommended: RTX 3090, RTX 4090 or better.)
The code has been tested on Ubuntu 20.04 and Ubuntu 22.04.
Running the Demo Policy
We provide a demo policy of stair jumping. To run the policy with ground-truth heightmap, run:
python -m src.agents.ppo.eval --logdir=data/demo_policy/stair_rl/model_8000.pt --num_envs=1 --show_gui=True --use_real_robot=False --save_traj=False
To run the policy with estimated heightmap, run:
python -m src.agents.heightmap_prediction.eval --logdir=data/demo_policy/stair_distill/model_29.pt --save_traj=False --num_envs=1