The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'idx'})

This happened while the csv dataset builder was generating data using

hf://datasets/internlm/EndoCoT-Data/Maze/metadata_edit_final.csv (at revision 38d0fd37c1cfec83894151f84b745b4ac9bf4288), [/tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit_final.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1890, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              edit_image: string
              start_image: bool
              final_image: int64
              image: string
              prompt: string
              gt_prompt: string
              idx: int64
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1062
              to
              {'edit_image': Value('string'), 'start_image': Value('bool'), 'final_image': Value('bool'), 'image': Value('string'), 'prompt': Value('string'), 'gt_prompt': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1892, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'idx'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/internlm/EndoCoT-Data/Maze/metadata_edit_final.csv (at revision 38d0fd37c1cfec83894151f84b745b4ac9bf4288), [/tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Maze/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/Sudoku/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/TSP/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/VSP/metadata_edit_final.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit.csv), /tmp/hf-datasets-cache/medium/datasets/42548681768281-config-parquet-and-info-internlm-EndoCoT-Data-53d5b260/hub/datasets--internlm--EndoCoT-Data/snapshots/38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit_final.csv (origin=hf://datasets/internlm/EndoCoT-Data@38d0fd37c1cfec83894151f84b745b4ac9bf4288/edit/metadata_edit_final.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

edit_image
string
start_image
bool
final_image
bool
image
string
prompt
string
gt_prompt
string
8_lora_sft/8_11_0001/8_11_0001.png
true
false
8_lora_sft/8_11_0001/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0001/8_11_0001.png
false
false
8_lora_sft/8_11_0001/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RR
8_lora_sft/8_11_0001/8_11_0001.png
false
false
8_lora_sft/8_11_0001/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RRRR
8_lora_sft/8_11_0001/8_11_0001.png
false
false
8_lora_sft/8_11_0001/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RRRRDR
8_lora_sft/8_11_0001/8_11_0001.png
false
false
8_lora_sft/8_11_0001/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RRRRDRRD
8_lora_sft/8_11_0001/8_11_0001.png
false
false
8_lora_sft/8_11_0001/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RRRRDRRDLL
8_lora_sft/8_11_0001/8_11_0001.png
false
false
8_lora_sft/8_11_0001/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RRRRDRRDLLDD
8_lora_sft/8_11_0001/8_11_0001.png
false
false
8_lora_sft/8_11_0001/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RRRRDRRDLLDDDR
8_lora_sft/8_11_0001/8_11_0001.png
false
true
8_lora_sft/8_11_0001/final/solution.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RRRRDRRDLLDDDRU
8_lora_sft/8_11_0002/8_11_0002.png
true
false
8_lora_sft/8_11_0002/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0002/8_11_0002.png
false
false
8_lora_sft/8_11_0002/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LU
8_lora_sft/8_11_0002/8_11_0002.png
false
false
8_lora_sft/8_11_0002/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LULU
8_lora_sft/8_11_0002/8_11_0002.png
false
false
8_lora_sft/8_11_0002/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LULULD
8_lora_sft/8_11_0002/8_11_0002.png
false
false
8_lora_sft/8_11_0002/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LULULDLD
8_lora_sft/8_11_0002/8_11_0002.png
false
false
8_lora_sft/8_11_0002/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LULULDLDRR
8_lora_sft/8_11_0002/8_11_0002.png
false
false
8_lora_sft/8_11_0002/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LULULDLDRRDL
8_lora_sft/8_11_0002/8_11_0002.png
false
false
8_lora_sft/8_11_0002/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LULULDLDRRDLLD
8_lora_sft/8_11_0002/8_11_0002.png
false
true
8_lora_sft/8_11_0002/final/solution.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LULULDLDRRDLLDD
8_lora_sft/8_11_0003/8_11_0003.png
true
false
8_lora_sft/8_11_0003/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RU
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULU
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULUUU
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULUUURR
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULUUURRDL
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULUUURRDLDR
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULUUURRDLDRRU
8_lora_sft/8_11_0003/8_11_0003.png
false
false
8_lora_sft/8_11_0003/steps/step_016.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULUUURRDLDRRUUR
8_lora_sft/8_11_0003/8_11_0003.png
false
true
8_lora_sft/8_11_0003/final/solution.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RULUUURRDLDRRUURR
8_lora_sft/8_11_0004/8_11_0004.png
true
false
8_lora_sft/8_11_0004/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LD
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLL
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLUL
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLL
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDD
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDD
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRD
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_016.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLD
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_018.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRD
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_020.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRU
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_022.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUUR
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_024.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUURRR
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_026.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUURRRUL
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_028.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUURRRULUR
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_030.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUURRRULURRR
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_032.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUURRRULURRRDD
8_lora_sft/8_11_0004/8_11_0004.png
false
false
8_lora_sft/8_11_0004/steps/step_034.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUURRRULURRRDDDD
8_lora_sft/8_11_0004/8_11_0004.png
false
true
8_lora_sft/8_11_0004/final/solution.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDLLULLLDDDDRDLDRDRUURRRULURRRDDDD
8_lora_sft/8_11_0005/8_11_0005.png
true
false
8_lora_sft/8_11_0005/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DL
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLD
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLU
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUUR
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUURUU
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUURUULL
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUURUULLLL
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_016.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUURUULLLLDD
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_018.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUURUULLLLDDDD
8_lora_sft/8_11_0005/8_11_0005.png
false
false
8_lora_sft/8_11_0005/steps/step_020.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUURUULLLLDDDDDD
8_lora_sft/8_11_0005/8_11_0005.png
false
true
8_lora_sft/8_11_0005/final/solution.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. DLLDLUURUULLLLDDDDDDR
8_lora_sft/8_11_0006/8_11_0006.png
true
false
8_lora_sft/8_11_0006/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RD
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDL
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLU
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULD
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULDLL
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULDLLLU
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULDLLLURR
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_016.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULDLLLURRUR
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_018.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULDLLLURRURUL
8_lora_sft/8_11_0006/8_11_0006.png
false
false
8_lora_sft/8_11_0006/steps/step_020.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULDLLLURRURULUL
8_lora_sft/8_11_0006/8_11_0006.png
false
true
8_lora_sft/8_11_0006/final/solution.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. RDDLLULDLLLURRURULUL
8_lora_sft/8_11_0007/8_11_0007.png
true
false
8_lora_sft/8_11_0007/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. UR
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDD
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRU
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUUR
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRD
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRU
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURD
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_016.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDD
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_018.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDL
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_020.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDLUU
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_022.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDLUULD
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_024.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDLUULDLD
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_026.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDLUULDLDRD
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_028.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDLUULDLDRDLL
8_lora_sft/8_11_0007/8_11_0007.png
false
false
8_lora_sft/8_11_0007/steps/step_030.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDLUULDLDRDLLUL
8_lora_sft/8_11_0007/8_11_0007.png
false
true
8_lora_sft/8_11_0007/final/solution.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. URDDRUURRDRURDDDDLUULDLDRDLLULL
8_lora_sft/8_11_0008/8_11_0008.png
true
false
8_lora_sft/8_11_0008/steps/step_000.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_002.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LD
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_004.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRD
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_006.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDL
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_008.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDD
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_010.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDDLD
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_012.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDDLDDR
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_014.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDDLDDRUR
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_016.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDDLDDRURUU
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_018.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDDLDDRURUURR
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_020.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDDLDDRURUURRUU
8_lora_sft/8_11_0008/8_11_0008.png
false
false
8_lora_sft/8_11_0008/steps/step_022.png
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left.
Draw a continuous red line starting from the yellow dot towards the blue dot step-by-step, avoiding all walls. Mark the current end of the path with a green dot. Direction keys: D=Down, U=Up, R=Right, L=Left. LDRDDLDDLDDRURUURRUURU
End of preview.