WWorldModel GymResearch Benchmark

Submission studio

Publish a run to the leaderboard

Create the run record, attach artifacts, and ship it live — without leaving your API or CLI workflow.

1

Authenticate

2

Describe the run

3

Attach artifacts

MetricsRequired
Drop file or browsemetrics.json — required
TraceOptional
Drop file or browsetrace.jsonl — optional
ConfigOptional
Drop file or browseconfig.yaml — optional

Submission preview

Incomplete
Environment
memory_maze
Agent
search_mcts
Track
test
Run ID
auto-generated

Artifacts 0/3

  • Metricsmissing
  • Trace
  • Config

API / CLI

Automate it

The same submission, scripted. Field values update live.

curl

curl -X POST https://worldmodel-gym-api.onrender.com/api/runs \
  -H "x-api-key: $WMG_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"id":"<optional-run-id>","env":"memory_maze","agent":"search_mcts","track":"test"}'

CLI helper

.venv/bin/python scripts/demo_run.py \
  --api-base https://worldmodel-gym-api.onrender.com \
  --api-key "$WMG_API_KEY" \
  --agent search_mcts \
  --env memory_maze \
  --track test