File size: 617 Bytes
8a796dc
 
 
 
 
 
 
 
 
 
 
 
 
9b4d6d9
29f86a6
 
 
8a796dc
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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.