MEGA Hub

XPolicyLab: A Unified Standard and Open Ecosystem for Robot Policy Evaluation and Deployment

Authors

Do you know XPolicyLab Community?You can claim authorship or link another user.Do you know Tianxing Chen?You can claim authorship or link another user.Do you know Yue Chen?You can claim authorship or link another user.Do you know Tian Nian?You can claim authorship or link another user.Do you know Zijian Cai?You can claim authorship or link another user.Do you know Guangyu Chen?You can claim authorship or link another user.Do you know Wenwei Lin?You can claim authorship or link another user.Do you know Qiwei Liang?You can claim authorship or link another user.Do you know Peicheng Xiang?You can claim authorship or link another user.Do you know Kailun Su?You can claim authorship or link another user.Do you know Zixuan Li?You can claim authorship or link another user.Do you know Junyuan Tang?You can claim authorship or link another user.Do you know Yan Qin?You can claim authorship or link another user.Do you know Qiangyu Chen?You can claim authorship or link another user.Do you know Shaolong Zhu?You can claim authorship or link another user.Do you know Xiang Li?You can claim authorship or link another user.Do you know Jiahao Zhang?You can claim authorship or link another user.Do you know Weijie Wan?You can claim authorship or link another user.Do you know Baijun Chen?You can claim authorship or link another user.Do you know Honghao Su?You can claim authorship or link another user.Do you know Kehe Ye?You can claim authorship or link another user.Do you know Shujia Liu?You can claim authorship or link another user.Do you know Kaixuan Wang?You can claim authorship or link another user.Do you know Haotian Liang?You can claim authorship or link another user.Do you know Yunze Liu?You can claim authorship or link another user.Do you know Mingleyang Li?You can claim authorship or link another user.Do you know Yuran Wang?You can claim authorship or link another user.Do you know Boyu Chen?You can claim authorship or link another user.Do you know Hongzhe Bi?You can claim authorship or link another user.Do you know Shuhe Huang?You can claim authorship or link another user.Do you know Hengkai Tan?You can claim authorship or link another user.Do you know Jisong Cai?You can claim authorship or link another user.Do you know Yao Mu?You can claim authorship or link another user.Do you know Jun Guo?You can claim authorship or link another user.Do you know Xiaofeng Wang?You can claim authorship or link another user.Do you know Zheng Zhu?You can claim authorship or link another user.Do you know Weijie Ke?You can claim authorship or link another user.Do you know Hengtao Li?You can claim authorship or link another user.Do you know Yuhang Tang?You can claim authorship or link another user.Do you know Xiaofan Li?You can claim authorship or link another user.Do you know Ganlin Yang?You can claim authorship or link another user.Do you know Zhangzheng Tu?You can claim authorship or link another user.Do you know Shuai Yang?You can claim authorship or link another user.Do you know Wenxuan Song?You can claim authorship or link another user.Do you know Pengxiang Ding?You can claim authorship or link another user.Do you know Kaidong Zhang?You can claim authorship or link another user.Do you know Yu Sun?You can claim authorship or link another user.Do you know Junliang Guo?You can claim authorship or link another user.Do you know Tong Zhang?You can claim authorship or link another user.Do you know Yixing Chen?You can claim authorship or link another user.Do you know Rongxu Cui?You can claim authorship or link another user.Do you know Zongzheng Zhang?You can claim authorship or link another user.Do you know Haoxiang Ma?You can claim authorship or link another user.Do you know Junhao Cai?You can claim authorship or link another user.Do you know Haoyu Zhang?You can claim authorship or link another user.Do you know Senqiao Yang?You can claim authorship or link another user.Do you know Jinhui Ye?You can claim authorship or link another user.Do you know Pengguang Chen?You can claim authorship or link another user.Do you know Shu Liu?You can claim authorship or link another user.Do you know Xiu Su?You can claim authorship or link another user.Do you know Wenhan Fang?You can claim authorship or link another user.Do you know Wenhao Li?You can claim authorship or link another user.Do you know Yichao Cao?You can claim authorship or link another user.Do you know Chengyao Wang?You can claim authorship or link another user.Do you know Qiang Chen?You can claim authorship or link another user.Do you know Ping Luo?You can claim authorship or link another user.Do you know Wenbo Ding?You can claim authorship or link another user.

Abstract

Robot policy evaluation and deployment remain fragmented by model-specific software dependencies, data representations, and runtime interfaces, so that connecting N policies to M evaluation environments requires O(NM) separate integrations. We present XPolicyLab, a unified standard and open ecosystem that reduces this cost to O(N+M). XPolicyLab specifies common observation, action, and trajectory schemas together with a minimal adapter interface for observation updates, action prediction, batched execution, and episode reset, while a dependency-isolated client/server architecture separates policy inference from environment execution, so that each side retains its native software stack and may run locally or remotely. The ecosystem integrates 42 robot policies and standardizes their installation, debugging, serving, and evaluation workflows. Across these adapters, model-specific code varies by an order of magnitude while the environment-facing loop stays within a few lines of a fixed reference, confirming that the contract confines heterogeneity to the policy side. In a controlled study, conforming to the standard reduces the integration effort of a representative policy from over five hours to two hours, and packaged agent skills reduce it further to thirty minutes. The same adapters serve RoboTwin, RoboDojo simulation, and standardized real-robot evaluation through one interface. XPolicyLab is released as shared infrastructure for reproducible policy comparison and standardized deployment across simulation and physical platforms. Project website: https://xpolicylab.github.io/.

Community

00

Publication notes

Author note
Website: xpolicylab.github.io, Code: https://github.com/XPolicyLab/XPolicyLab