API reference¶
Generated from the source docstrings. The catalog and its accessors are the public surface.
catalog
¶
The WorldEvals catalog — the registry of physical-AI benchmark repos.
Each benchmark is its own repository (built on Inspect Robots) that registers its tasks
via entry points. WorldEvals indexes them so you can discover what exists and how
to install it. To add a benchmark, append a
Benchmark entry here (PR).
Benchmark
dataclass
¶
One benchmark repo in the WorldEvals collection.
Source code in src/worldevals/catalog.py
catalog
¶
get
¶
Look up a benchmark by name; raise KeyError if unknown.
Source code in src/worldevals/catalog.py
by_tag
¶
benchmark_for_task
¶
The benchmark that registers task_key, or None if not in the catalog.