File size: 1,172 Bytes
4d9cb9e
 
 
 
 
 
 
 
656b6be
 
 
 
 
 
 
 
 
 
 
8b075aa
656b6be
 
 
 
 
 
 
 
 
 
 
 
 
58b83be
 
 
 
 
 
 
 
 
4d9cb9e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
license: apache-2.0
datasets:
- lerobot/pusht
pipeline_tag: robotics
tags:
- robotics
---

# PushT Diffusion Policy - Robot Control Model

This model is an implementation of Diffusion Policy for the PushT environment, which simulates robotic pushing tasks.

## Model

This model uses a conditional diffusion architecture to predict robotic actions based on visual observations.

## Performance

The model achieves a success rate of 100.0% in the PushT environment with different initial configurations.

## Demonstration Videos

The repository includes demonstration videos in the `videos/` folder.

## Usage

```python
from lerobot.common.policies.diffusion.modeling_diffusion import DiffusionPolicy

policy = DiffusionPolicy.from_pretrained("RafaelJaime/pusht-diffusion")
```

# Citation
```bibtex
@article{chi2024diffusionpolicy,
  author  = {Cheng Chi and Zhenjia Xu and Siyuan Feng and Eric Cousineau and Yilun Du and Benjamin Burchfiel and Russ Tedrake and Shuran Song},
  title   = {Diffusion Policy: Visuomotor Policy Learning via Action Diffusion},
  journal = {The International Journal of Robotics Research},
  year    = {2024}
}
```
Published on 2025-04-28