Instructions to use Unskild/PI0-Pick with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Unskild/PI0-Pick with LeRobot:
- Notebooks
- Google Colab
- Kaggle
| library_name: pytorch | |
| tags: | |
| - robotics | |
| - manipulation | |
| - imitation-learning | |
| - pi0 | |
| - lerobot | |
| # pi0-pick | |
| `pi0-pick` is a **pi0 policy** trained via imitation learning | |
| for a tabletop object pickup task. | |
| ## Usage | |
| ```bash | |
| lerobot-eval \ | |
| --policy.repo_id=sachin604/pi0-pick \ | |
| --policy.device=cuda | |
| ``` | |