Instructions to use pravsels/act_eyedrops_basket with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LeRobot
How to use pravsels/act_eyedrops_basket with LeRobot:
- Notebooks
- Google Colab
- Kaggle
act_eyedrops_basket
Standard LeRobot ACT trained from scratch on SO101 data.
| Policy | ACT (policy.type=act) |
| Dataset | pravsels/object_top_shelf_reset_remote |
| Task | eyedrops_basket |
| Action dim | 6 (single-arm) |
| Cameras | top, wrist, front |
| Training | GCloud A100-80GB (alpha-act-a100-2), batch 16, action horizon 30 |
| Loss @ 10k | 0.131 |
| W&B project | act_eyedrops_basket |
| W&B run | 6o4bmnz6 |
Checkpoints
Archived copies:
| Step | Path |
|---|---|
| 010000 | checkpoints/010000/pretrained_model/ |
| 008000 | checkpoints/008000/pretrained_model/ |
The latest step (010000) is also copied to the repository root for direct loading.
Usage
from lerobot.policies.act.modeling_act import ACTPolicy
policy = ACTPolicy.from_pretrained("pravsels/act_eyedrops_basket")
- Downloads last month
- 32