Instructions to use Unskild/PI05-Pick with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use Unskild/PI05-Pick with LeRobot:
- Notebooks
- Google Colab
- Kaggle
File size: 315 Bytes
4ca6acc | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | ---
library_name: pytorch
tags:
- robotics
- manipulation
- imitation-learning
- pi05
- lerobot
---
# pi05-pick
`pi05-pick` is a **Pi0.5 policy** trained via imitation learning
for a tabletop object pickup task.
## Usage
```bash
lerobot-eval \
--policy.repo_id=sachin604/pi05-pick \
--policy.device=cuda
```
|