File size: 846 Bytes
9ed71e3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
benchmarks:
procthor:
tasks_json: benchmark/procthor/tasks
bench_runner: benches/procthor
notes: ProcTHOR dual_agent code stays under benches/procthor/dual_agent (ProcTHOR-specific).
ai2thor:
tasks_json: benchmark/ai2thor/tasks
bench_runner: benches/ai2thor
carla:
tasks_json: benchmark/carla/tasks
bench_runner: benches/carla
virtualhome:
tasks_json: benchmark/virtualhome/tasks
bench_runner: benches/virtualhome
embodiedcity:
datasets: benchmark/embodiedcity/Datasets
bench_runner: benches/embodiedcity
notes: No unified tasks/**/*.json layout; CSV/image assets under Datasets/.
game:
data: benchmark/game/data
bench_runner: benches/game
notes: Task specs live with each game under benches/game/games/.
shared:
dual_agent_tasks: benchmark/shared/dual_agent/tasks
|