arm4r-ckpts
收藏数据集概述
基本信息
- 库名称: pytorch
- 许可证: apache-2.0
- 标签: robotics, autoregressive
- 管道标签: robotics
数据集内容
- 标题: Pre-training Auto-regressive Robotic Models with 4D Representations
- 作者: Dantong Niu*, Yuvan Sharma*, Haoru Xue, Giscard Biamby, Junyi Zhang, Ziteng Ji, Trevor Darrell†, Roei Herzig†
- 机构: Berkeley AI Research, UC Berkeley
- 会议: ICML 2025
数据集结构
. ├── .gitattributes ├── README.md ├── model_ckpts │ ├── ft_kinova_pick_cube # 真实Kinova环境下的单任务策略,用于"pick cube"任务 │ │ ├── ft_kinova_pick_cube.pth │ │ └── run.yaml │ ├── ft_rlbench_meat_off_grill # 模拟RLBench环境下的单任务策略,用于"meat off grill"任务 │ │ ├── ft_rlbench_meat_off_grill.pth │ │ └── run.yaml │ └── pretrained_epic # 第一阶段3D点预训练模型权重 │ ├── pretrained_epic.pth │ └── run.yaml └── vision_encoder └── cross-mae-rtx-vitb.pth
相关资源
- 论文: https://arxiv.org/pdf/2502.13142
- 代码: https://github.com/Dantong88/arm4r
- 模型: https://huggingface.co/datasets/yuvansharma/arm4r-ckpts
- 数据集: https://huggingface.co/datasets/yuvansharma/arm4r-data
引用
bibtex @article{niu2025pre, title={Pre-training auto-regressive robotic models with 4d representations}, author={Niu, Dantong and Sharma, Yuvan and Xue, Haoru and Biamby, Giscard and Zhang, Junyi and Ji, Ziteng and Darrell, Trevor and Herzig, Roei}, journal={arXiv preprint arXiv:2502.13142}, year={2025} }




