Instructions to use lerobot/diffusion_pusht with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lerobot/diffusion_pusht with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lerobot/diffusion_pusht", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
Diffusion Policy (as per [Diffusion Policy: Visuomotor Policy
|
| 4 |
Learning via Action Diffusion](https://arxiv.org/abs/2303.04137)) trained for the `PushT` environment from [gym-pusht](https://github.com/huggingface/gym-pusht).
|
| 5 |
|
| 6 |
-
|
| 7 |
|
| 8 |
## How to Get Started with the Model
|
| 9 |
|
|
|
|
| 3 |
Diffusion Policy (as per [Diffusion Policy: Visuomotor Policy
|
| 4 |
Learning via Action Diffusion](https://arxiv.org/abs/2303.04137)) trained for the `PushT` environment from [gym-pusht](https://github.com/huggingface/gym-pusht).
|
| 5 |
|
| 6 |
+

|
| 7 |
|
| 8 |
## How to Get Started with the Model
|
| 9 |
|