Robotics
Transformers
Safetensors
Inference Endpoints
File size: 1,562 Bytes
fe747a5
 
 
 
 
 
486852d
fe747a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f2d76e2
 
67bc203
 
 
 
 
 
fe747a5
 
 
 
 
 
 
 
f2d76e2
e2a4882
fe747a5
 
e2a4882
fe747a5
f2d76e2
 
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
44
45
46
47
48
49
50
---
license: apache-2.0
datasets:
- JayLee131/vqbet_pusht
pipeline_tag: robotics
---
# Model Card for VQ-BeT/PushT

VQ-BeT (as per [Behavior Generation with Latent Actions](https://arxiv.org/abs/2403.03181)) trained for the `PushT` environment from [gym-pusht](https://github.com/huggingface/gym-pusht).

## How to Get Started with the Model

See the [LeRobot library](https://github.com/huggingface/lerobot) (particularly the [evaluation script](https://github.com/huggingface/lerobot/blob/main/lerobot/scripts/eval.py)) for instructions on how to load and evaluate this model.

## Training Details

The model was trained using this command:

```bash
python lerobot/scripts/train.py \
  policy=vqbet \
  env=pusht dataset_repo_id=lerobot/pusht \
  wandb.enable=true \
  device=cuda
```

This took about 7 hours to train on an Nvida A6000.

## Model Size

<blank>|Number of Parameters
-|-
RGB Encoder | 11.2M
Remaining VQ-BeT Parts | 26.3M

## Evaluation

The model was evaluated on the `PushT` environment from [gym-pusht](https://github.com/huggingface/gym-pusht). There are two evaluation metrics on a per-episode basis:

- Maximum overlap with target (seen as `eval/avg_max_reward` in the charts above). This ranges in [0, 1].
- Success: whether or not the maximum overlap is at least 95%.

Here are the metrics for 500 episodes worth of evaluation.

<blank>|Ours
-|-
Average max. overlap ratio for 500 episodes | 0.887
Success rate for 500 episodes (%) | 66.0

The results of each of the individual rollouts may be found in [eval_info.json](eval_info.json).