Kushal20's picture
Update README for lowercase names
29f86a6 verified
|
Raw
History Blame Contribute Delete
617 Bytes
---
license: mit
tags:
- robotics
- reinforcement-learning
---
# Play2Perfect checkpoints
State-based policy checkpoints for [Play2Perfect](https://github.com/kushal2000/play2perfect)
(arXiv: 2606.26428).
- `play/model.pth` β€” Stage-1 "play" pretrained policy.
- `tight_insertion/model.pth` β€” Stage-2: tight insertion (L-peg, 0.5 mm).
- `beam_assembly_step1/model.pth` β€” Stage-2: beam assembly step 1.
- `beam_assembly_step2/model.pth` β€” Stage-2: beam assembly step 2.
- `screwing/model.pth` β€” Stage-2: screwing (furniture leg).
Download with `python download_checkpoints.py` from the Play2Perfect repo.