跳转到内容
简体中文

EBench Docs

运行评测

Terminal window
python ray_eval_server.py --host 0.0.0.0 --port 8087

或使用本机 Isaac Sim 安装:

Terminal window
/isaac-sim/python.sh ray_eval_server.py --host 0.0.0.0 --port 8087

client 环境中提交评测任务:

Terminal window
gmp submit ebench/mobile_manip/test --run_id my_first_run

可用的任务设置:

任务设置说明
ebench/mobile_manip/<split>带移动底盘的抓取放置
ebench/table_top_manip/<split>桌面灵巧操作
ebench/generalist/<split>跨类别混合任务

Split:val_trainval_unseentest

一次性提交所有任务:gmp submit ebench --run_id full_run

用内置 baseline 做快速联通性检查:

Terminal window
gmp eval -a r5a -g lift2 --worker_ids 0

接入自己的模型见接入自定义模型

Terminal window
gmp status

结果保存在 saved/eval_results/<task>/<run_id>/ 下。

当 server 和 client 在不同机器上时,所有 gmp 命令需要加 --host <ip> --port <port>。完整选项见 GMP CLI 参考