Views
No views yet
⚠️ This is the privileged teacher policy (it consumes terrain scandots — a height scan around the robot). It is NOT deployable standalone: without scandots it just collapses. To run on a real robot / another sim, distill a depth-based student first (train.py --use_camera ...). See the code repo for setup.
gpt-4o-2024-08-06. This checkpoint is the iteration-4 winner (parallel run 2, lineage [2,4,4,6]).model_11000.pt (final). model_0.pt is the iteration-4 starting point.benchmark_results.txt.| file | description |
|---|---|
model_11000.pt | final policy checkpoint |
model_0.pt | iteration-4 starting checkpoint |
legged_robot_config.pkl | pickled (env_cfg, train_cfg) — required to load the policy |
final_iteration_terrain.py | the LLM-generated terrain this policy trained on (iter 4) |
benchmark_results.txt | per-task benchmark evaluation |
transformers model. Requires Isaac Lab 3.0 + the extreme-parkour / legged_gym env used for training. Place the checkpoint + legged_robot_config.pkl under logs/<proj>/<exptid>/ and load via the repo's task_registry (see scripts/evaluate.py). This is a reproduction/fork ported to Isaac Lab 3.0, so absolute numbers may differ from the original Eurekaverse paper.