Skip to content

Usage

Use this section as the practical path from a fresh checkout to a running RoboDojo evaluation.

RoboDojo owns the simulator side: benchmark tasks, assets, environment configs, evaluation client, Docker runtime, and result files. XPolicyLab owns the policy side: model dependencies, checkpoints, policy servers, adapters, and the observation/action contract between model and environment.

  1. Start with Install & Download to install RoboDojo, download assets, update embodiment paths, and optionally download datasets.
  2. Read XPolicyLab if you need to run, adapt, train, or deploy a policy.
  3. Use Quick Evaluation to run a smoke test, a single task, a capability-dimension sweep, split server/client evaluation, Docker client evaluation, or a complete benchmark.
  4. Check Configurations when you need to change robot setup, cameras, scenes, observation fields, or evaluation configs.
  5. After the baseline works, choose tasks from the simulation and real-task catalogs, then add domain randomization or parallel environments when needed.

If you would like to submit your policy for evaluation and inclusion on the official RoboDojo leaderboard, please complete the official evaluation application.

PageUse it for
Install & DownloadNative install, assets, RoboDojo datasets (including HDF5 format), embodiment path updates, and optional Docker setup.
XPolicyLabPolicy adapter concepts, integrated policies, data/checkpoint layout, deployment flow, and model integration.
Quick EvaluationSmoke tests, single-task eval, capability-dimension and full benchmark sweeps, split server/client mode, Docker client mode, and result outputs.
ConfigurationsHow env_cfg combines simulation, scene, robot, camera, observation, and benchmark settings.