Datasets:
Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: TypeError
Message: Couldn't cast array of type
struct<size: string, mood: string, color: string, shape: string>
to
{'size': Value('int64'), 'agent': List(Value('int64')), 'goal': List(Value('int64')), 'step': Value('int64'), 'walls': List(List(Value('int64')))}
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 2312, in cast_table_to_schema
cast_array_to_feature(
~~~~~~~~~~~~~~~~~~~~~^
table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
feature,
^^^^^^^^
)
^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1861, in wrapper
return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2158, in cast_array_to_feature
raise TypeError(f"Couldn't cast array of type\n{_short_str(array.type)}\nto\n{_short_str(feature)}")
TypeError: Couldn't cast array of type
struct<size: string, mood: string, color: string, shape: string>
to
{'size': Value('int64'), 'agent': List(Value('int64')), 'goal': List(Value('int64')), 'step': Value('int64'), 'walls': List(List(Value('int64')))}
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 | state dict | questions dict | gold dict | teacher dict |
|---|---|---|---|---|
maze-6-1-1-10 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 10,
"walls": [
[
0,
2
],
[
1,
3
],
[
2,
0
],
[
3,
2
],
[
5,
0
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-0-11 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 11,
"walls": [
[
0,
2
],
[
1,
5
],
[
2,
1
],
[
3,
0
],
[
4,
1
],
[
4,
5
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-0-1-14 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 14,
"walls": [
[
2,
1
],
[
5,
0
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-4-2-20 | {
"size": 6,
"agent": [
4,
2
],
"goal": [
5,
5
],
"step": 20,
"walls": [
[
2,
3
],
[
2,
5
],
[
4,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-1-1-6 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
2,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-4-2-0 | {
"size": 6,
"agent": [
4,
2
],
"goal": [
5,
5
],
"step": 0,
"walls": [
[
0,
1
],
[
0,
3
],
[
0,
4
],
[
2,
0
],
[
2,
3
],
[
3,
4
],
[
5,
0
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-0-14 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 14,
"walls": [
[
0,
4
],
[
1,
3
],
[
1,
4
],
[
2,
3
],
[
3,
0
],
[
3,
5
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-0-3-14 | {
"size": 6,
"agent": [
0,
3
],
"goal": [
5,
5
],
"step": 14,
"walls": [
[
1,
2
],
[
1,
4
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-1-1-23 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 23,
"walls": [
[
0,
2
],
[
1,
0
],
[
3,
1
],
[
4,
5
],
[
5,
0
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-0-2-14 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 14,
"walls": [
[
0,
3
],
[
1,
0
],
[
1,
4
],
[
2,
1
],
[
2,
4
],
[
5,
2
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 0.9975273768433653,
"left": 0.0024726231566347748,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-0-24 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 24,
"walls": [
[
1,
3
],
[
1,
4
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-2-1-16 | {
"size": 6,
"agent": [
2,
1
],
"goal": [
5,
5
],
"step": 16,
"walls": [
[
1,
2
],
[
1,
3
],
[
2,
2
],
[
3,
3
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024665243713577513,
"down": 0.9950669512572845,
"left": 0.0024665243713577513,
"right": 9.950669512572844e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-3-1 | {
"size": 6,
"agent": [
2,
3
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
4,
0
],
[
4,
4
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-4-7 | {
"size": 6,
"agent": [
2,
4
],
"goal": [
5,
5
],
"step": 7,
"walls": [
[
2,
1
],
[
3,
0
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-1-0 | {
"size": 6,
"agent": [
2,
1
],
"goal": [
5,
5
],
"step": 0,
"walls": [
[
0,
5
],
[
4,
3
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-3-7 | {
"size": 6,
"agent": [
0,
3
],
"goal": [
5,
5
],
"step": 7,
"walls": [
[
1,
0
],
[
2,
0
],
[
2,
2
],
[
4,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-0-2-0 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 0,
"walls": [
[
0,
5
],
[
2,
1
],
[
5,
0
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-3-0-10 | {
"size": 6,
"agent": [
3,
0
],
"goal": [
5,
5
],
"step": 10,
"walls": [
[
1,
2
],
[
1,
4
],
[
1,
5
],
[
3,
2
],
[
3,
5
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-2-3-0 | {
"size": 6,
"agent": [
2,
3
],
"goal": [
5,
5
],
"step": 0,
"walls": [
[
2,
4
],
[
3,
4
],
[
4,
3
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 0.0024665243713577513,
"down": 0.9950669512572845,
"left": 0.0024665243713577513,
"right": 9.950669512572844e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-1-22 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 22,
"walls": [
[
1,
3
],
[
2,
0
],
[
2,
4
],
[
3,
0
],
[
4,
1
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-0-2-5 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 5,
"walls": [
[
0,
5
],
[
1,
0
],
[
1,
1
],
[
1,
5
],
[
2,
1
],
[
2,
2
],
[
2,
4
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-1-0-1 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
1,
1
],
[
3,
0
],
[
3,
5
],
[
5,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-2-2-0 | {
"size": 6,
"agent": [
2,
2
],
"goal": [
5,
5
],
"step": 0,
"walls": [
[
2,
1
],
[
2,
3
],
[
2,
4
],
[
5,
1
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-1-4-14 | {
"size": 6,
"agent": [
1,
4
],
"goal": [
5,
5
],
"step": 14,
"walls": [
[
1,
5
],
[
2,
4
],
[
2,
5
],
[
3,
1
],
[
4,
1
],
[
5,
0
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "up",
"safe-up": true,
"safe-down": false,
"safe-left": true,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 0.5,
"down": 5e-7,
"left": 0.5,
"right": 5e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"safe-right": {
"true": 0.1,
"false": 0.9
},
"distanc... |
maze-6-2-2-7 | {
"size": 6,
"agent": [
2,
2
],
"goal": [
5,
5
],
"step": 7,
"walls": [
[
0,
4
],
[
2,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-2-0-21 | {
"size": 6,
"agent": [
2,
0
],
"goal": [
5,
5
],
"step": 21,
"walls": [
[
0,
1
],
[
0,
2
],
[
1,
2
],
[
2,
2
],
[
2,
5
],
[
3,
1
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-0-0-5 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 5,
"walls": [
[
0,
3
],
[
1,
1
],
[
1,
3
],
[
2,
3
],
[
3,
1
],
[
3,
3
],
[
4,
1
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 5e-7,
"down": 0.5,
"left": 5e-7,
"right": 0.5
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.9,
"false": 0.1
},
"distanc... |
maze-6-4-5-18 | {
"size": 6,
"agent": [
4,
5
],
"goal": [
5,
5
],
"step": 18,
"walls": [
[
2,
3
],
[
2,
5
],
[
4,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 0
} | {
"move": {
"up": 0.0024665243713577513,
"down": 0.9950669512572845,
"left": 0.0024665243713577513,
"right": 9.950669512572844e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-0-22 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 22,
"walls": [
[
0,
1
],
[
3,
1
],
[
4,
4
],
[
4,
5
],
[
5,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.000001,
"down": 1,
"left": 0.000001,
"right": 0.000001
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.1,
"false": 0.9
},... |
maze-6-0-1-14 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 14,
"walls": [
[
1,
1
],
[
1,
5
],
[
2,
1
],
[
3,
3
],
[
3,
5
],
[
5,
2
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": false,
"safe-down": false,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 9.975273768433653e-7,
"left": 0.0024726231566347748,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-1-17 | {
"size": 6,
"agent": [
2,
1
],
"goal": [
5,
5
],
"step": 17,
"walls": [
[
2,
5
],
[
3,
0
],
[
3,
2
],
[
4,
0
],
[
4,
3
],
[
5,
0
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-0-23 | {
"size": 6,
"agent": [
2,
0
],
"goal": [
5,
5
],
"step": 23,
"walls": [
[
0,
2
],
[
1,
4
],
[
2,
3
],
[
3,
0
],
[
4,
0
],
[
4,
3
],
[
4,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": false,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 9.975273768433653e-7,
"left": 9.975273768433653e-7,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-2-1-13 | {
"size": 6,
"agent": [
2,
1
],
"goal": [
5,
5
],
"step": 13,
"walls": [
[
1,
5
],
[
2,
5
],
[
4,
2
],
[
4,
5
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-2-1 | {
"size": 6,
"agent": [
2,
2
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
0,
4
],
[
3,
1
],
[
3,
5
],
[
4,
5
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-0-16 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 16,
"walls": [
[
0,
2
],
[
0,
3
],
[
2,
0
],
[
4,
2
],
[
5,
0
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": false,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 9.975273768433653e-7,
"left": 9.975273768433653e-7,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-1-1-22 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 22,
"walls": [
[
0,
4
],
[
1,
4
],
[
2,
2
],
[
2,
4
],
[
3,
4
],
[
4,
0
],
[
4,
2
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-3-6 | {
"size": 6,
"agent": [
2,
3
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
1,
3
],
[
2,
1
],
[
2,
5
],
[
3,
3
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": false,
"safe-down": false,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 9.975273768433653e-7,
"left": 0.0024726231566347748,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-0-4 | {
"size": 6,
"agent": [
2,
0
],
"goal": [
5,
5
],
"step": 4,
"walls": [
[
0,
3
],
[
2,
5
],
[
3,
3
],
[
4,
4
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-1-1-18 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 18,
"walls": [
[
0,
2
],
[
0,
3
],
[
0,
4
],
[
1,
3
],
[
2,
3
],
[
3,
1
],
[
4,
0
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-1-3 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 3,
"walls": [
[
2,
1
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": false,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0024665243713577513,
"down": 9.950669512572844e-7,
"left": 0.0024665243713577513,
"right": 0.9950669512572845
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-2-5 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 5,
"walls": [
[
2,
2
],
[
2,
4
],
[
2,
5
],
[
5,
0
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-0-0-13 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 13,
"walls": [
[
0,
4
],
[
1,
3
],
[
2,
5
],
[
3,
5
],
[
4,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 5e-7,
"down": 0.5,
"left": 5e-7,
"right": 0.5
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.9,
"false": 0.1
},
"distanc... |
maze-6-1-2-8 | {
"size": 6,
"agent": [
1,
2
],
"goal": [
5,
5
],
"step": 8,
"walls": [
[
2,
1
],
[
4,
1
],
[
4,
3
],
[
4,
5
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-5-21 | {
"size": 6,
"agent": [
0,
5
],
"goal": [
5,
5
],
"step": 21,
"walls": [
[
1,
2
],
[
1,
3
],
[
2,
5
],
[
3,
0
],
[
4,
3
],
[
4,
4
],
[
4,
5
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 0.9975273768433653,
"left": 0.0024726231566347748,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-1-6 | {
"size": 6,
"agent": [
2,
1
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
0,
2
],
[
0,
5
],
[
1,
0
],
[
1,
2
],
[
1,
3
],
[
1,
4
],
[
2,
0
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-5-1-3 | {
"size": 6,
"agent": [
5,
1
],
"goal": [
5,
5
],
"step": 3,
"walls": [
[
0,
2
],
[
0,
3
],
[
1,
2
],
[
3,
2
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "up",
"safe-up": true,
"safe-down": false,
"safe-left": true,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 0.5,
"down": 5e-7,
"left": 0.5,
"right": 5e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"safe-right": {
"true": 0.1,
"false": 0.9
},
"distanc... |
maze-6-1-5-13 | {
"size": 6,
"agent": [
1,
5
],
"goal": [
5,
5
],
"step": 13,
"walls": [
[
1,
3
],
[
2,
3
],
[
2,
5
],
[
3,
5
],
[
4,
0
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "up",
"safe-up": true,
"safe-down": false,
"safe-left": true,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 0.5,
"down": 5e-7,
"left": 0.5,
"right": 5e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"safe-right": {
"true": 0.1,
"false": 0.9
},
"distanc... |
maze-6-1-2-15 | {
"size": 6,
"agent": [
1,
2
],
"goal": [
5,
5
],
"step": 15,
"walls": [
[
0,
4
],
[
1,
5
],
[
2,
1
],
[
2,
3
],
[
3,
1
],
[
3,
2
],
[
4,
2
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-3-1-23 | {
"size": 6,
"agent": [
3,
1
],
"goal": [
5,
5
],
"step": 23,
"walls": [
[
0,
2
],
[
2,
4
],
[
3,
0
],
[
5,
0
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-0-0-5 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 5,
"walls": [
[
0,
3
],
[
1,
3
],
[
2,
0
],
[
2,
2
],
[
3,
5
],
[
4,
2
],
[
4,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 5e-7,
"down": 0.5,
"left": 5e-7,
"right": 0.5
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.9,
"false": 0.1
},
"distanc... |
maze-6-0-2-18 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 18,
"walls": [
[
0,
5
],
[
2,
4
],
[
3,
2
],
[
3,
4
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-1-4-13 | {
"size": 6,
"agent": [
1,
4
],
"goal": [
5,
5
],
"step": 13,
"walls": [
[
0,
4
],
[
1,
3
],
[
2,
1
],
[
4,
4
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 5e-7,
"down": 0.5,
"left": 5e-7,
"right": 0.5
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.9,
"false": 0.1
},
"distanc... |
maze-6-0-0-5 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 5,
"walls": [
[
0,
4
],
[
0,
5
],
[
1,
1
],
[
2,
5
],
[
3,
5
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 5e-7,
"down": 0.5,
"left": 5e-7,
"right": 0.5
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.9,
"false": 0.1
},
"distanc... |
maze-6-0-1-6 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
0,
5
],
[
2,
5
],
[
3,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-1-2-21 | {
"size": 6,
"agent": [
1,
2
],
"goal": [
5,
5
],
"step": 21,
"walls": [
[
0,
2
],
[
1,
3
],
[
1,
5
],
[
2,
1
],
[
3,
5
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 0.9975273768433653,
"left": 0.0024726231566347748,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-1-21 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 21,
"walls": [
[
2,
2
],
[
2,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-4-0-6 | {
"size": 6,
"agent": [
4,
0
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
2,
2
],
[
3,
1
],
[
4,
3
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-1-1-1 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
0,
4
],
[
0,
5
],
[
1,
0
],
[
1,
2
],
[
1,
3
],
[
3,
5
],
[
4,
2
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-2-2-13 | {
"size": 6,
"agent": [
2,
2
],
"goal": [
5,
5
],
"step": 13,
"walls": [
[
1,
4
],
[
3,
0
],
[
4,
2
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-5-0-11 | {
"size": 6,
"agent": [
5,
0
],
"goal": [
5,
5
],
"step": 11,
"walls": [
[
0,
2
],
[
0,
3
],
[
2,
0
],
[
4,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": false,
"safe-left": false,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0024726231566347748,
"down": 9.975273768433653e-7,
"left": 9.975273768433653e-7,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-1-0-1 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
0,
1
],
[
1,
1
],
[
1,
2
],
[
2,
3
],
[
4,
3
],
[
5,
0
],
[
5,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-1-0-11 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 11,
"walls": [
[
0,
1
],
[
0,
2
],
[
2,
3
],
[
4,
4
],
[
5,
0
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-1-0-15 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 15,
"walls": [
[
1,
2
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-0-2-6 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
1,
3
],
[
1,
5
],
[
2,
4
],
[
3,
1
],
[
3,
5
],
[
4,
0
],
[
5,
2
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-2-0-17 | {
"size": 6,
"agent": [
2,
0
],
"goal": [
5,
5
],
"step": 17,
"walls": [
[
0,
3
],
[
0,
4
],
[
2,
1
],
[
2,
4
],
[
4,
4
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-0-3-7 | {
"size": 6,
"agent": [
0,
3
],
"goal": [
5,
5
],
"step": 7,
"walls": [
[
3,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-0-1-1 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
3,
5
],
[
4,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-4-1-6 | {
"size": 6,
"agent": [
4,
1
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
0,
1
],
[
1,
3
],
[
3,
5
],
[
4,
2
],
[
4,
3
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 0.0024665243713577513,
"down": 0.9950669512572845,
"left": 0.0024665243713577513,
"right": 9.950669512572844e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-3-0-3 | {
"size": 6,
"agent": [
3,
0
],
"goal": [
5,
5
],
"step": 3,
"walls": [
[
0,
2
],
[
3,
1
],
[
3,
4
],
[
4,
5
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-0-1-12 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 12,
"walls": [
[
0,
5
],
[
1,
0
],
[
2,
5
],
[
5,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-4-4-22 | {
"size": 6,
"agent": [
4,
4
],
"goal": [
5,
5
],
"step": 22,
"walls": [
[
1,
1
],
[
1,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 1
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-2-18 | {
"size": 6,
"agent": [
1,
2
],
"goal": [
5,
5
],
"step": 18,
"walls": [
[
1,
1
],
[
1,
3
],
[
1,
4
],
[
1,
5
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-2-0-0 | {
"size": 6,
"agent": [
2,
0
],
"goal": [
5,
5
],
"step": 0,
"walls": [
[
1,
3
],
[
2,
1
],
[
3,
5
],
[
5,
2
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-1-3-16 | {
"size": 6,
"agent": [
1,
3
],
"goal": [
5,
5
],
"step": 16,
"walls": [
[
0,
3
],
[
2,
1
],
[
3,
1
],
[
4,
0
],
[
4,
4
],
[
5,
0
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-0-2-16 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 16,
"walls": [
[
1,
0
],
[
1,
4
],
[
3,
3
],
[
3,
4
],
[
3,
5
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-1-1-6 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 6,
"walls": [
[
0,
2
],
[
0,
5
],
[
1,
0
],
[
1,
4
],
[
2,
4
],
[
3,
0
],
[
3,
3
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-1-0-22 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 22,
"walls": [
[
0,
3
],
[
1,
2
],
[
2,
3
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-2-1-22 | {
"size": 6,
"agent": [
2,
1
],
"goal": [
5,
5
],
"step": 22,
"walls": [
[
1,
1
],
[
1,
3
],
[
4,
0
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-0-1-20 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 20,
"walls": [
[
0,
2
],
[
0,
4
],
[
2,
0
],
[
3,
1
],
[
3,
2
],
[
3,
4
],
[
3,
5
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 0.9975273768433653,
"left": 0.0024726231566347748,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-1-1 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
1,
5
],
[
3,
1
],
[
5,
2
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-4-10 | {
"size": 6,
"agent": [
0,
4
],
"goal": [
5,
5
],
"step": 10,
"walls": [
[
1,
3
],
[
1,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": false,
"safe-down": false,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 9.975273768433653e-7,
"left": 0.0024726231566347748,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-4-0-2 | {
"size": 6,
"agent": [
4,
0
],
"goal": [
5,
5
],
"step": 2,
"walls": [
[
0,
2
],
[
0,
3
],
[
0,
4
],
[
1,
0
],
[
1,
5
],
[
3,
5
],
[
4,
1
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 2
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-2-1-23 | {
"size": 6,
"agent": [
2,
1
],
"goal": [
5,
5
],
"step": 23,
"walls": [
[
0,
3
],
[
1,
3
],
[
1,
4
],
[
3,
0
],
[
3,
3
],
[
3,
4
],
[
4,
2
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-3-3-20 | {
"size": 6,
"agent": [
3,
3
],
"goal": [
5,
5
],
"step": 20,
"walls": [
[
0,
3
],
[
0,
5
],
[
1,
5
],
[
4,
1
],
[
4,
2
],
[
5,
0
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-1-1 | {
"size": 6,
"agent": [
1,
1
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
1,
2
],
[
1,
3
],
[
1,
4
],
[
2,
1
],
[
2,
5
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "up",
"safe-up": true,
"safe-down": false,
"safe-left": true,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.5,
"down": 5e-7,
"left": 0.5,
"right": 5e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"safe-right": {
"true": 0.1,
"false": 0.9
},
"distanc... |
maze-6-0-0-1 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 1,
"walls": [
[
2,
1
],
[
3,
0
],
[
3,
4
],
[
3,
5
],
[
4,
1
],
[
5,
0
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 5e-7,
"down": 0.5,
"left": 5e-7,
"right": 0.5
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.9,
"false": 0.1
},
"distanc... |
maze-6-0-0-0 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 0,
"walls": [
[
0,
1
],
[
1,
2
],
[
2,
0
],
[
4,
3
],
[
4,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.000001,
"down": 1,
"left": 0.000001,
"right": 0.000001
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.1,
"false": 0.9
},... |
maze-6-1-2-16 | {
"size": 6,
"agent": [
1,
2
],
"goal": [
5,
5
],
"step": 16,
"walls": [
[
0,
3
],
[
3,
0
],
[
4,
5
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-0-7 | {
"size": 6,
"agent": [
0,
0
],
"goal": [
5,
5
],
"step": 7,
"walls": [
[
1,
1
],
[
1,
3
],
[
5,
2
],
[
5,
3
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 5e-7,
"down": 0.5,
"left": 5e-7,
"right": 0.5
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"safe-right": {
"true": 0.9,
"false": 0.1
},
"distanc... |
maze-6-4-3-20 | {
"size": 6,
"agent": [
4,
3
],
"goal": [
5,
5
],
"step": 20,
"walls": [
[
0,
2
],
[
1,
4
],
[
2,
0
],
[
3,
2
],
[
4,
5
],
[
5,
2
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": false,
"safe-left": true,
"safe-right": true,
"distance": 1
} | {
"move": {
"up": 0.0024665243713577513,
"down": 9.950669512572844e-7,
"left": 0.0024665243713577513,
"right": 0.9950669512572845
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-3-0-13 | {
"size": 6,
"agent": [
3,
0
],
"goal": [
5,
5
],
"step": 13,
"walls": [
[
0,
1
],
[
0,
5
],
[
3,
1
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 0.9975273768433653,
"left": 9.975273768433653e-7,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-0-2-14 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 14,
"walls": [
[
1,
3
],
[
2,
0
],
[
4,
4
],
[
5,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-2-2-11 | {
"size": 6,
"agent": [
2,
2
],
"goal": [
5,
5
],
"step": 11,
"walls": [
[
1,
5
],
[
3,
4
],
[
3,
5
],
[
5,
0
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": true,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 0.0012363115783173874,
"down": 0.49876368842168267,
"left": 0.0012363115783173874,
"right": 0.49876368842168267
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-0-1-15 | {
"size": 6,
"agent": [
0,
1
],
"goal": [
5,
5
],
"step": 15,
"walls": [
[
1,
3
],
[
2,
2
],
[
3,
3
],
[
4,
2
],
[
4,
3
],
[
5,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
maze-6-0-2-11 | {
"size": 6,
"agent": [
0,
2
],
"goal": [
5,
5
],
"step": 11,
"walls": [
[
0,
3
],
[
0,
5
],
[
2,
5
],
[
4,
0
],
[
4,
2
],
[
5,
3
],
[
5,
4
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": false,
"distance": 3
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 0.9975273768433653,
"left": 0.0024726231566347748,
"right": 9.975273768433653e-7
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-1-0-2 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 2,
"walls": [
[
0,
5
],
[
1,
5
],
[
2,
0
],
[
3,
1
],
[
5,
3
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": false,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 9.975273768433653e-7,
"left": 9.975273768433653e-7,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-3-2-9 | {
"size": 6,
"agent": [
3,
2
],
"goal": [
5,
5
],
"step": 9,
"walls": [
[
0,
2
],
[
1,
0
],
[
2,
2
],
[
3,
4
],
[
4,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": false,
"safe-down": false,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 9.975273768433653e-7,
"down": 9.975273768433653e-7,
"left": 0.0024726231566347748,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
... |
maze-6-2-0-3 | {
"size": 6,
"agent": [
2,
0
],
"goal": [
5,
5
],
"step": 3,
"walls": [
[
0,
4
],
[
2,
2
],
[
3,
0
],
[
4,
2
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": false,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.0024726231566347748,
"down": 9.975273768433653e-7,
"left": 9.975273768433653e-7,
"right": 0.9975273768433653
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.1,
"false": 0.9
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
... |
maze-6-1-0-4 | {
"size": 6,
"agent": [
1,
0
],
"goal": [
5,
5
],
"step": 4,
"walls": [
[
2,
1
],
[
4,
1
]
]
} | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "right",
"safe-up": true,
"safe-down": true,
"safe-left": false,
"safe-right": true,
"distance": 3
} | {
"move": {
"up": 0.001237841936635777,
"down": 0.49938107903168216,
"left": 4.993810790316821e-7,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.9,
"false": 0.1
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.1,
"false": 0.9
},
"... |
maze-6-1-3-16 | {
"size": 6,
"agent": [
1,
3
],
"goal": [
5,
5
],
"step": 16,
"walls": [
[
0,
3
],
[
1,
1
],
[
1,
5
],
[
2,
5
],
[
3,
1
],
[
3,
3
],
[
4,
0
],
[
... | {
"move": {
"type": "choice",
"instructions": "Which move should the agent make to reach the goal?",
"options": {
"up": "move up",
"down": "move down",
"left": "move left",
"right": "move right"
},
"family": "choice"
},
"safe-up": {
"type": "boolean",
"instructi... | {
"move": "down",
"safe-up": false,
"safe-down": true,
"safe-left": true,
"safe-right": true,
"distance": 2
} | {
"move": {
"up": 4.993810790316821e-7,
"down": 0.49938107903168216,
"left": 0.001237841936635777,
"right": 0.49938107903168216
},
"safe-up": {
"true": 0.1,
"false": 0.9
},
"safe-down": {
"true": 0.9,
"false": 0.1
},
"safe-left": {
"true": 0.9,
"false": 0.1
},
"... |
End of preview.
minojev datasets
Synthetic decision datasets for minojev: runtime-defined state plus questions in, typed probability distributions out.
| Split | Attribute decisions | Maze decisions |
|---|---|---|
| train | 512 | 1024 |
| dev | 128 | 128 |
| test | 256 | 256 |
Layout
synth/{train,dev,test}.jsonl
maze/{train,dev,test}.jsonl
Schema
Every line is one request:
{
"id": "train-000000",
"state": {"color": "red", "shape": "round", "size": "tiny"},
"questions": {
"q0": {
"type": "choice",
"instructions": "Which value belongs to the attribute 'shape'?",
"options": {"round": "round", "square": "square", "star": "star"}
},
"q1": {"type": "boolean", "instructions": "Is color equal to red?", "criteria": {"true": "...", "false": "..."}},
"q2": {"type": "score", "instructions": "How strongly ...", "levels": ["refuted", "...", "confirmed"]}
},
"gold": {"q0": "round", "q1": true, "q2": 4},
"teacher": {"q0": {"round": 0.85, "square": 0.05, "star": 0.05}, "q1": {"false": 0.1, "true": 0.9}, "q2": {"0": 0.01, "...": 0.0, "4": 0.6}}
}
stateis text or JSON; the model receives a canonical serialization.questionsdeclares primitive types (choice/boolean/score) and candidates.goldis the evaluation label already tie-broken for accuracy metrics.teacheris the exact probability distribution; it is computed by construction, so training targets are auditable and reproducible.teacher_topsetmetrics treat all tied teacher optima as correct.
Generation
Attribute families (lookup, boolean match, support scoring) and maze families
(grid coordinates, safety booleans, distance levels) are generated
deterministically from (split, seed, index):
minojev synth --out data/train.jsonl --count 512 --seed 17 --split train
minojev synth --out data/dev.jsonl --count 128 --seed 17 --split dev
minojev synth --out data/test.jsonl --count 256 --seed 17 --split test
minojev maze-data --out data/maze-train.jsonl --count 1024 --seed 17 --split train
minojev maze-data --out data/maze-dev.jsonl --count 128 --seed 17 --split dev
minojev maze-data --out data/maze-test.jsonl --count 256 --seed 17 --split test
Related
- Code, demos, and bilingual docs: https://github.com/zeredy879/minojev
- Model checkpoints: https://huggingface.co/zeredy879/minojev
License
MIT. The data is synthetic and generated by the code above.
- Downloads last month
- 5