Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: CastError
Message: Couldn't cast
id: string
messages: list<item: struct<content: string, role: string>>
child 0, item: struct<content: string, role: string>
child 0, content: string
child 1, role: string
metadata: struct<>
provenance: struct<created_at: null, generator_model: null, source_id: string, source_revision: null, source_typ (... 42 chars omitted)
child 0, created_at: null
child 1, generator_model: null
child 2, source_id: string
child 3, source_revision: null
child 4, source_type: string
child 5, transformation_version: string
scenario_family_id: string
schema_version: string
task_family: string
scenario: null
prompt: list<item: struct<content: string, role: string>>
child 0, item: struct<content: string, role: string>
child 0, content: string
child 1, role: string
suite: string
to
{'id': Value('string'), 'prompt': List({'content': Value('string'), 'role': Value('string')}), 'provenance': {'created_at': Value('null'), 'generator_model': Value('null'), 'source_id': Value('string'), 'source_revision': Value('null'), 'source_type': Value('string'), 'transformation_version': Value('string')}, 'scenario': {'goal': {'kind': Value('string'), 'location': Value('null'), 'resources': Json(decode=True)}, 'initial_state': {'deposited': Json(decode=True), 'energy': Value('int64'), 'inventory': Json(decode=True), 'location': Value('string'), 'turn': Value('int64')}, 'scenario_id': Value('string'), 'spec': {'deposit_location': Value('string'), 'edges': List(List(Value('string'))), 'family_id': Value('string'), 'inventory_capacity': Value('int64'), 'locations': List(Value('string')), 'max_energy': Value('int64'), 'move_cost': Value('int64'), 'resources': List({'collect_cost': Value('int64'), 'location_id': Value('string'), 'quantity': Value('int64'), 'resource_id': Value('string')}), 'rest_gain': Value('int64'), 'rule_primitives': List(Value('string')), 'spec_id': Value('string')}, 'split_hint': Value('null'), 'step_limit': Value('int64')}, 'scenario_family_id': Value('string'), 'schema_version': Value('string'), 'suite': Value('string')}
because column names don't match
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
id: string
messages: list<item: struct<content: string, role: string>>
child 0, item: struct<content: string, role: string>
child 0, content: string
child 1, role: string
metadata: struct<>
provenance: struct<created_at: null, generator_model: null, source_id: string, source_revision: null, source_typ (... 42 chars omitted)
child 0, created_at: null
child 1, generator_model: null
child 2, source_id: string
child 3, source_revision: null
child 4, source_type: string
child 5, transformation_version: string
scenario_family_id: string
schema_version: string
task_family: string
scenario: null
prompt: list<item: struct<content: string, role: string>>
child 0, item: struct<content: string, role: string>
child 0, content: string
child 1, role: string
suite: string
to
{'id': Value('string'), 'prompt': List({'content': Value('string'), 'role': Value('string')}), 'provenance': {'created_at': Value('null'), 'generator_model': Value('null'), 'source_id': Value('string'), 'source_revision': Value('null'), 'source_type': Value('string'), 'transformation_version': Value('string')}, 'scenario': {'goal': {'kind': Value('string'), 'location': Value('null'), 'resources': Json(decode=True)}, 'initial_state': {'deposited': Json(decode=True), 'energy': Value('int64'), 'inventory': Json(decode=True), 'location': Value('string'), 'turn': Value('int64')}, 'scenario_id': Value('string'), 'spec': {'deposit_location': Value('string'), 'edges': List(List(Value('string'))), 'family_id': Value('string'), 'inventory_capacity': Value('int64'), 'locations': List(Value('string')), 'max_energy': Value('int64'), 'move_cost': Value('int64'), 'resources': List({'collect_cost': Value('int64'), 'location_id': Value('string'), 'quantity': Value('int64'), 'resource_id': Value('string')}), 'rest_gain': Value('int64'), 'rule_primitives': List(Value('string')), 'spec_id': Value('string')}, 'split_hint': Value('null'), 'step_limit': Value('int64')}, 'scenario_family_id': Value('string'), 'schema_version': Value('string'), 'suite': Value('string')}
because column names don't match
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id string | prompt list | provenance dict | scenario dict | scenario_family_id string | schema_version string | suite string |
|---|---|---|---|---|---|---|
prompt-train-fam0-0000 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec0\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0000",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0001 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec1\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0001",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0002 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec2\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0002",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0003 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec3\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0003",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0004 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec4\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0004",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0005 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec5\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0005",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0006 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec6\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0006",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0007 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec7\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0007",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0008 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec8\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0008",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0009 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec9\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"loc... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0009",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0010 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec10\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0010",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0011 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec11\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0011",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0012 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec12\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0012",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0013 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec13\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0013",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0014 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec14\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0014",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0015 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec15\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0015",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0016 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec16\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0016",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0017 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec17\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0017",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0018 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec18\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0018",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0019 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec19\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0019",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0020 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec20\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0020",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0021 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec21\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0021",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0022 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec22\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0022",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0023 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec23\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0023",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0024 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec24\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0024",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0025 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec25\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0025",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0026 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec26\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0026",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0027 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec27\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0027",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0028 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec28\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0028",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0029 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec29\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0029",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0030 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec30\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0030",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0031 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec31\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0031",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0032 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec32\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0032",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0033 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec33\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0033",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0034 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec34\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0034",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0035 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec35\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0035",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0036 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec36\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0036",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0037 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec37\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0037",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0038 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec38\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0038",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0039 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec39\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0039",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0040 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec40\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0040",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0041 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec41\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0041",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0042 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec42\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0042",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0043 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec43\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0043",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0044 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec44\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0044",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0045 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec45\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0045",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0046 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec46\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0046",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0047 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec47\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0047",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0048 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec48\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0048",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0049 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec49\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0049",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0050 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec50\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0050",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0051 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec51\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0051",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0052 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec52\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0052",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0053 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec53\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0053",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0054 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec54\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0054",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0055 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec55\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0055",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0056 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec56\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0056",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0057 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec57\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0057",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0058 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec58\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0058",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0059 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec59\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0059",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0060 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec60\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0060",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0061 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec61\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0061",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0062 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec62\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0062",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0063 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec63\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0063",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0064 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec64\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0064",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0065 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec65\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 10,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0065",
"spec": {
"deposit_location": "loc_0"... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0066 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec66\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0066",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0067 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec67\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0067",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0068 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec68\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0068",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0069 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec69\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0069",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0070 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec70\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0070",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0071 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec71\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0071",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0072 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec72\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0072",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0073 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec73\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_4",
"turn": 0
},
"scenario_id": "train-fam0-0073",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0074 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec74\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0074",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0075 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec75\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0075",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0076 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec76\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 9,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0076",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0077 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec77\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0077",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0078 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec78\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0078",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0079 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec79\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0079",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0080 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec80\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 8,
"inventory": {},
"location": "loc_0",
"turn": 0
},
"scenario_id": "train-fam0-0080",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0081 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec81\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_2",
"turn": 0
},
"scenario_id": "train-fam0-0081",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0082 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec82\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_3",
"turn": 0
},
"scenario_id": "train-fam0-0082",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0083 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec83\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0083",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0084 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec84\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0084",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0085 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec85\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_1": 1
}
},
"initial_state": {
"deposited": {},
"energy": 7,
"inventory": {},
"location": "loc_5",
"turn": 0
},
"scenario_id": "train-fam0-0085",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0086 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec86\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 5,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0086",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
prompt-train-fam0-0087 | [
{
"content": "You control an agent in a grid world.\nWorld spec (JSON): {\"spec_id\":\"train-fam0-spec87\",\"family_id\":\"train-fam0\",\"rule_primitives\":[\"movement\",\"collection\",\"deposit\"],\"locations\":[\"loc_0\",\"loc_1\",\"loc_2\",\"loc_3\",\"loc_4\",\"loc_5\"],\"edges\":[[\"loc_0\",\"loc_1\"],[\"lo... | {
"created_at": null,
"generator_model": null,
"source_id": "oracle-bfs-seed1042",
"source_revision": null,
"source_type": "synthetic",
"transformation_version": "v1"
} | {
"goal": {
"kind": "deposit_resources",
"location": null,
"resources": {
"res_0": 1
}
},
"initial_state": {
"deposited": {},
"energy": 6,
"inventory": {},
"location": "loc_1",
"turn": 0
},
"scenario_id": "train-fam0-0087",
"spec": {
"deposit_location": "loc_0",... | train-fam0 | 1.0 | eval_id |
aw-playworld — PlayWorld frozen training & evaluation artifacts (protocol v1)
Fully synthetic planning data for the PlayWorld environment of the Axiom-World project: rule-parameterized worlds, goals, and structured-JSON plans, all generated and verified by a deterministic transition engine (no LLM-generated labels, no human data).
- Code & environment generator: https://github.com/m97j/axiom-world (tag
v1.0.0) - Tech report: DOI 10.5281/zenodo.22052149
Contents
| path | what | records | integrity |
|---|---|---|---|
train/v1/playworld_sft.jsonl |
oracle-derived SFT episodes | 2,000 | canonical fingerprint sha256:54fcb1d3… |
preference_train/…/playworld_preference*.jsonl |
verifier-mined preference pairs (chosen must PASS) | — | sha256:5856b5c5… (a1v2 mining) |
eval/… |
frozen evaluation suites: eval_id, eval_template_ood, eval_comp_ood, eval_rule_ood, eval_adversarial — 300 episodes each |
1,500 | freeze fingerprint sha256:3cdcbc30… |
Suites are split at the scenario-family level (ruleset × world template × goal type); the adversarial suite contains hand-written traps (illegal-but-plausible actions, reward-hacking bait). The evaluation harness hard-fails on any fingerprint mismatch.
Provenance & determinism
Episodes are produced by a BFS oracle over the deterministic transition
engine. The v1 SFT builder had non-deterministic tie-breaking; this artifact
is the frozen re-build all v2 experiments consumed (protocol amendment
logged). Consume via the repo's scripts/fetch_dataset.py, which verifies
fingerprints before use.
Uses & limitations
Built for controlled recipe comparison, not as a general planning benchmark. If you use the frozen suites, do not train on any family present in them — the repo's data loader enforces this leakage gate for you.
Citation
Cite the Axiom-World tech report (see CITATION.cff in the code repo).
- Downloads last month
- 62