MiKASA-Robo
Normalizer
MiKASA-Robo — metrics, requirements, and run commands.
On this page
About
MiKASA-Robo external benchmark manifest for manipulation policy evaluation.
Metrics
MiKASA-Robo external benchmark manifest for manipulation policy evaluation.
Task YAML
worldfoundry/data/benchmarks/tasks/external/mikasa.yaml
Primary
success_rate
| Metric | Focus |
|---|---|
success_rate | Share of episodes or tasks that complete successfully. |
task_success | Share of episodes or tasks that complete successfully. |
episode_success | Share of episodes or tasks that complete successfully. |
reward | Cumulative reward on Mikasa memory-augmented embodied task rollouts in the official simulator. |
Environment setup
Runtime environment
- Conda env:
worldfoundry-unified-cu128. - Separate setup: defaults to the unified WorldFoundry env (
needs_new_env: false); a benchmark-only conda env is usually not required. - WorldFoundry provides contract and official result normalization for caller-provided MiKASA-Robo outputs.
Evaluation data
- Candidate model outputs: set
WORLDFOUNDRY_MIKASA_RESULTS_PATHto the generated-video or rollout artifact root. ${WORLDFOUNDRY_DATA_DIR}/datasets/mikasa${WORLDFOUNDRY_CACHE_DIR}/repos/CognitiveAISystems--MIKASA-Robo
Checkpoints & assets
- This benchmark is primarily rollout- or official-result-driven; see catalog
requiresand the task YAML for policy/simulator checkpoints.
Key environment variables
WORLDFOUNDRY_MIKASA_ROOTWORLDFOUNDRY_MIKASA_RESULTS_PATH
Run Evaluation
After preparing the assets and candidate artifacts listed on this page, use the public run entry points below.
Set Candidate Artifacts
export WORLDFOUNDRY_GENERATED_ARTIFACT_DIR=/path/to/generated/artifactsImport Official Results
worldfoundry-eval zoo benchmark-run \
--benchmark-id mikasa \
--mode normalizer \
--official-results-path /path/to/official/results-or-report \
--generated-artifact-dir "${WORLDFOUNDRY_GENERATED_ARTIFACT_DIR}" \
--output-dir tmp/mikasa/normalizer \
--jsonScore Generated Artifacts
worldfoundry-eval zoo benchmark-run \
--benchmark-id mikasa \
--mode official-run \
--generated-artifact-dir "${WORLDFOUNDRY_GENERATED_ARTIFACT_DIR}" \
--output-dir tmp/mikasa/official-run \
--jsonDirect In-Tree Runner
worldfoundry-eval zoo benchmark-run --benchmark-id mikasa --mode official-validation --official-results-path <official_results.json> --output-dir <out> --jsonRequirements
Inputs
- Official simulator runtime
- benchmark assets
- policy checkpoint
- official result dump
Environment
WORLDFOUNDRY_MIKASA_RESULTS_PATH
Outputs
scorecard.jsonraw_results.jsonlevaluation/summary.json