Views
No views yet
| Task | Description |
|---|---|
basemotion3d | Basic 3D motion primitives |
shelf_3d | Shelf manipulation in 3D |
sweep_3d | Sweeping task in 3D environment |
transport3d | Object transport in 3D |
| Task | Description |
|---|---|
motion2d | Basic 2D motion primitives |
stickbutton2d | Button pressing with stick in 2D |
dynobstruction2d | Dynamic obstruction avoidance in 2D |
dynpushpullhook2d | Push/pull with hook in dynamic 2D environment |
1git clone --recurse-submodules git@github.com/Princeton-Robot-Planning-and-Learning/kinder-openpi/
2cd kinder-openpi1GIT_LFS_SKIP_SMUDGE=1 uv sync
2GIT_LFS_SKIP_SMUDGE=1 uv pip install -e .1uv run scripts/serve_policy.py policy:checkpoint \
2 --policy.config=pi05_kinder_finetune \
3 --policy.dir=checkpoints/<task_name>/<step><task_name> with one of the available tasks (e.g., basemotion3d, motion2d) and <step> with the checkpoint step (e.g., 15000).pip install openpi_client tyro1# For 3D environments
2python scripts/eval.py --use_overview_image --open-loop-horizon=8
3
4# For 2D environments
5python scripts/eval.py --no-use_overview_image1@inproceedings{huang2026kinder,
2 title = {KinDER: A Physical Reasoning Benchmark for Robot Learning and Planning},
3 author = {Huang, Yixuan and Li, Bowen and Saxena, Vaibhav and Liang, Yichao and Mishra, Utkarsh and Ji, Liang and Zha, Lihan and Wu, Jimmy and Kumar, Nishanth and Scherer, Sebastian and Xu, Danfei and Silver, Tom},
4 booktitle = {Robotics: Science and Systems (RSS)},
5 year = {2026}
6}