Views
No views yet

export CUDA_VISIBLE_DEVICES=0,1,2,3
torchrun --standalone --nproc_per_node=4 \
test_benchmark.py \
--config cfg/train.yaml \
--override \
train.batch_size=8 \
train.lr_decoder=1.5e-4 \
model.decoder.num_layers=6 \
model.decoder.num_attention_heads=12 \
model.decoder.latent_dim=768 \
data.num_workers=4 \
hardware.mixed_precision=true \
logging.use_wandb=true \
logging.log_every=2000 \
--resume {path_to_pretrained_checkpoint}export CUDA_VISIBLE_DEVICES=0
python test_benchmark.py \
--config cfg/train.yaml \
--override \
train.batch_size=8 \
train.lr_decoder=1.5e-4 \
model.decoder.num_layers=6 \
model.decoder.num_attention_heads=12 \
model.decoder.latent_dim=768 \
data.num_workers=4 \
hardware.mixed_precision=true \
logging.use_wandb=true \
logging.log_every=2000 \
--resume {path_to_pretrained_checkpoint}TraceGen_{EnvName} from TraceGen Collection, which are trained using data from the corresponding environment only.| Environment | Metric | TraceGen (×1e−2) |
|---|---|---|
| EpicKitchen | MSE | 0.445 |
| MAE | 2.721 | |
| Endpoint MSE | 0.791 | |
| Droid | MSE | 0.206 |
| MAE | 1.289 | |
| Endpoint MSE | 0.285 | |
| Bridge | MSE | 0.653 |
| MAE | 2.419 | |
| Endpoint MSE | 0.607 | |
| Libero | MSE | 0.276 |
| MAE | 1.442 | |
| Endpoint MSE | 0.385 | |
| Robomimic | MSE | 0.138 |
| MAE | 1.416 | |
| Endpoint MSE | 0.151 |
TraceGen_{EnvName} checkpoint.