Robotics
LeRobot
Safetensors
File size: 597 Bytes
4910dc1
2c45ad5
4910dc1
 
 
 
2c45ad5
4910dc1
2c45ad5
4910dc1
387b633
4910dc1
2c45ad5
4910dc1
2c45ad5
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
license: mit
library_name: lerobot
pipeline_tag: robotics
---

This model was created using [pickup dataset](https://huggingface.co/datasets/arclabmit/lx7r_pickup_dataset) 

Repo: [BEAVR](https://github.com/ARCLab-MIT/beavr-bot)

Paper: [BEAVR: Bimanual, multi-Embodiment, Accessible, Virtual Reality Teleoperation System for Robots](https://arxiv.org/abs/2508.09606) 

Example of training the [Diffusion](https://arxiv.org/abs/2303.04137) neural network with from scratch:
```bash
python lerobot/scripts/train.py \
--policy.type=diffusion \
--dataset.repo_id=arclabmit/lx7r_pickup_dataset
```