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
File size: 310 Bytes
147b37c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
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
```
|