VeraIsHere commited on
Commit
51b4ec5
·
verified ·
1 Parent(s): 449f915

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: Sokoban Processed
3
+ language:
4
+ - en
5
+ tags:
6
+ - sokoban
7
+ - puzzle
8
+ - reinforcement-learning
9
+ task_categories:
10
+ - reinforcement-learning
11
+ license: other
12
+ ---
13
+
14
+ # Sokoban Processed Dataset
15
+
16
+ This folder contains a processed version of the Sokoban dataset derived from https://huggingface.co/datasets/Xiaofeng77/sokoban. The data is packaged for fast local loading and visual inspection.
17
+
18
+ - Files: `train.parquet` (3,982 rows) and `test.parquet` (1,602 rows); corresponding PNGs live in `images/`.
19
+ - Columns:
20
+ - `data_source`: Source split/config from the original Hugging Face dataset (e.g., `sokoban_6x6_1horizon`).
21
+ - `prompt`: Chat-style, multi-turn prompt used to elicit a Sokoban solution.
22
+ - `ability`: Heuristic/solver used when creating the sample (e.g., `bfs`).
23
+ - `reward_model`: Small dict with evaluation info such as `ground_truth` action indices and `style`.
24
+ - `extra_info`: Environment metadata (grid size, initial grid layout, box/player start positions, max steps, render mode).
25
+ - `id`: Unique example identifier.
26
+ - `images`: Array with a single base64-encoded PNG string for the board rendering.
27
+ - `image_path`: Absolute path to the saved PNG inside `images/`.
28
+
29
+ Example loading snippet:
30
+ ```python
31
+ import pandas as pd
32
+
33
+ df = pd.read_parquet("train.parquet")
34
+ sample = df.iloc[0]
35
+ image_bytes = sample["images"][0].split(",")[1].encode()
36
+ ```
images/test_1058.png ADDED

Git LFS Details

  • SHA256: 7b78cc9a001a331e87fc3b97fc01e2a65c8457fd2a5379393320ccdcca26a125
  • Pointer size: 129 Bytes
  • Size of remote file: 2.48 kB
images/test_1256.png ADDED

Git LFS Details

  • SHA256: 48b5e0c7f20df846fdcc20e20d72aeac596c233fa2d2a7e754e16a5dc026f18b
  • Pointer size: 129 Bytes
  • Size of remote file: 3.28 kB
images/test_1373.png ADDED

Git LFS Details

  • SHA256: a2c8dcf43c308480ad84ba836f08339a0bab694a56b2d106e0f14d772ee0772c
  • Pointer size: 129 Bytes
  • Size of remote file: 2.68 kB
images/test_1463.png ADDED

Git LFS Details

  • SHA256: 14c7696504c5e459d76051bc146d92cdb18de8c2c5a1a209925f04b1728ebc70
  • Pointer size: 129 Bytes
  • Size of remote file: 1.81 kB
images/test_1503.png ADDED

Git LFS Details

  • SHA256: ff8085040312e10dba613f997c51eeb059af05d35e052779c4d845b1807ef4df
  • Pointer size: 129 Bytes
  • Size of remote file: 1.73 kB
images/test_1514.png ADDED

Git LFS Details

  • SHA256: 02048372f19dd285e7e63cabac10c4f55329242e2a5bd927055234f248b3cac4
  • Pointer size: 129 Bytes
  • Size of remote file: 3.02 kB
images/test_244.png ADDED

Git LFS Details

  • SHA256: 4a204ea416b47d800759235a90fc2cd98940c6978a85a896de21a00288866720
  • Pointer size: 129 Bytes
  • Size of remote file: 3.12 kB
images/test_330.png ADDED

Git LFS Details

  • SHA256: a7a0011ab07875ca14b24e5864f8348358d30a4899febac281d806fd3a666790
  • Pointer size: 129 Bytes
  • Size of remote file: 3.19 kB
images/test_604.png ADDED

Git LFS Details

  • SHA256: 08192bcc5ec9be6511ddfe1027a7f5e84ad5ca078e600ee58b7198cf3ed1d21b
  • Pointer size: 129 Bytes
  • Size of remote file: 3.19 kB
images/test_652.png ADDED

Git LFS Details

  • SHA256: 0c8a7d417fbd15796f4382f66bf967cccfb68f2927cae2ec29808074c98da3ef
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/test_691.png ADDED

Git LFS Details

  • SHA256: b19a3c4fc18db347dbfb66889a356fcc8160b727ca15b27cb0ca3a7ec44f4d16
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/test_954.png ADDED

Git LFS Details

  • SHA256: 0ec40e4f8f7e2eb003ff431db94f5d74d9449923f9ce1f3362ccf0e0eaf7f187
  • Pointer size: 129 Bytes
  • Size of remote file: 2.85 kB
images/train_1046.png ADDED

Git LFS Details

  • SHA256: 3255b3c0b6768b1d4dd852851d99f2405c89a0bbfc76e2aa29a4d531dc18301e
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_1087.png ADDED

Git LFS Details

  • SHA256: d06a94b0a083659fd18f38a0ca8e8a740c964d98b3421134ceb26b343ff34f60
  • Pointer size: 129 Bytes
  • Size of remote file: 2.11 kB
images/train_1124.png ADDED

Git LFS Details

  • SHA256: a155bc7259c2bbc5b0d71ecb835d5232d698f5283ad539a98630b611e7dd4ab8
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/train_113.png ADDED

Git LFS Details

  • SHA256: 17e248f5ee5c5ecf18629731eb5c7b0fb0a0b9db60a60c8fe1b2994fcae7f4be
  • Pointer size: 129 Bytes
  • Size of remote file: 2.03 kB
images/train_1141.png ADDED

Git LFS Details

  • SHA256: f62fbedeae416bbdd99dd475f78f06e09ff3b587386e7e025eabbe49e67761b4
  • Pointer size: 129 Bytes
  • Size of remote file: 2.13 kB
images/train_1280.png ADDED

Git LFS Details

  • SHA256: 30d320a85652b7481144b276c23b25c854bb09087b2362cf97aecc20ca4caa72
  • Pointer size: 129 Bytes
  • Size of remote file: 2.13 kB
images/train_1517.png ADDED

Git LFS Details

  • SHA256: 16046fb085d7d8119aa65ed9136e37eaf04bc43f421d4b8c148de5c24daa5813
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/train_16.png ADDED

Git LFS Details

  • SHA256: 0abb6c34985896679d87b03392d2de57edf4a7bcb9353c1d44f60188ff71f2b2
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_1659.png ADDED

Git LFS Details

  • SHA256: 6770234ca6c7c1267601154f4251f0d41d10dfb3fa951c54d10680c426feec94
  • Pointer size: 129 Bytes
  • Size of remote file: 2.16 kB
images/train_1783.png ADDED

Git LFS Details

  • SHA256: bc8e2caf01cbb3b9a41ecd788632c40cb9ff93d4af59db177d65030ebc7ecce4
  • Pointer size: 129 Bytes
  • Size of remote file: 2.08 kB
images/train_2294.png ADDED

Git LFS Details

  • SHA256: c283deb4712996c8dac7a58947307f96a81bb14c3ef0b394123cd2995993eed4
  • Pointer size: 129 Bytes
  • Size of remote file: 2.09 kB
images/train_2324.png ADDED

Git LFS Details

  • SHA256: 1ad32862ff6e88aebe5f7bb1f20a0ba4ed64b855b2307e4857662ced784ed2d2
  • Pointer size: 129 Bytes
  • Size of remote file: 2.12 kB
images/train_2331.png ADDED

Git LFS Details

  • SHA256: 48870dea2dcad4bd5b28052626ba534d7822043300e0cce76c26692111a759d3
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/train_2362.png ADDED

Git LFS Details

  • SHA256: 359849c5ba6524fa3bca894cc9c5397e12cba9a89059661b6e3d5d90c80b5f21
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_2461.png ADDED

Git LFS Details

  • SHA256: ca1d8c27d96cf3fb637cc7394afe602d8204a189f7d8dc0663739fe246daf2d0
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/train_2534.png ADDED

Git LFS Details

  • SHA256: a888a92cccc04790940642f583a2a20a37249ddb0da97a20cc8b9e399ab27811
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_2540.png ADDED

Git LFS Details

  • SHA256: c45103e1d0f0f5a00b03fa3f85eccaeb226cf93b9187573be0f15666c8caf129
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_2804.png ADDED

Git LFS Details

  • SHA256: c3713cb3e796d2bb4b1b7a2384a3e94fedb7a43f2229fceb0b4e76073fd215d4
  • Pointer size: 129 Bytes
  • Size of remote file: 2.12 kB
images/train_2839.png ADDED

Git LFS Details

  • SHA256: da324bedaeae1c2f348f535898fb91bb877c6efd7c509a9915c9290b65b0846a
  • Pointer size: 129 Bytes
  • Size of remote file: 2.06 kB
images/train_2850.png ADDED

Git LFS Details

  • SHA256: f533e109d8773ec622055dff08725da0e884d0280b695b2c18eacf7b8e993bc6
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_2914.png ADDED

Git LFS Details

  • SHA256: 202d63299017200f99a48fd7e8a0da0d889e99782bc6766642710ce43d99d699
  • Pointer size: 129 Bytes
  • Size of remote file: 2.11 kB
images/train_2945.png ADDED

Git LFS Details

  • SHA256: da87c0fd95ecdb56dd88a08bd92cea88260c357987156d53aa14260e418998ae
  • Pointer size: 129 Bytes
  • Size of remote file: 2.13 kB
images/train_3218.png ADDED

Git LFS Details

  • SHA256: a4234cc315b69c610f12aa96c3901517aacc508d6166cf85f4c0fe16d6c9610c
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_346.png ADDED

Git LFS Details

  • SHA256: ea5a7f81c3c3d15ad9a8a6f68a691238956541ff5be3e7468ace80aeb78b6bbe
  • Pointer size: 129 Bytes
  • Size of remote file: 2.07 kB
images/train_3468.png ADDED

Git LFS Details

  • SHA256: 9a4b77ae1c04a537adc7e4135dda5e50b1024b6147d674da0deed41473d557e3
  • Pointer size: 129 Bytes
  • Size of remote file: 2.11 kB
images/train_3575.png ADDED

Git LFS Details

  • SHA256: f01a03981d953465735431a1aac066a3be2fa3bd9efdf30a06cdaa7c57423e5f
  • Pointer size: 129 Bytes
  • Size of remote file: 2.16 kB
images/train_3627.png ADDED

Git LFS Details

  • SHA256: fcbc62ba2d9baf1edcdd36f7eb790c7fdd5f28ddef619a10a6302965f0a50231
  • Pointer size: 129 Bytes
  • Size of remote file: 2.11 kB
images/train_3643.png ADDED

Git LFS Details

  • SHA256: bc6babc02bc7b48767aa7a55f4bba9a167f2a7338955f43137250bd19d808817
  • Pointer size: 129 Bytes
  • Size of remote file: 2.17 kB
images/train_3668.png ADDED

Git LFS Details

  • SHA256: ba72baf92b404f71fde429f9a98f75ab505f3f8102189f0bbb7c062a105510b2
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/train_518.png ADDED

Git LFS Details

  • SHA256: 0e2caa7a415ab69de42be50eb22a3df5f256acb0b7729231d881d45d8abd7879
  • Pointer size: 129 Bytes
  • Size of remote file: 2.13 kB
images/train_526.png ADDED

Git LFS Details

  • SHA256: 4afbd8e88c0085d3b2a3d759529ff7950af9b74bc087e41467530777d0286861
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB
images/train_587.png ADDED

Git LFS Details

  • SHA256: 1d83a4c2efb51cb1e1e611afb8f18b09e07443e5887660e84af3dc14503a1d68
  • Pointer size: 129 Bytes
  • Size of remote file: 2.12 kB
images/train_664.png ADDED

Git LFS Details

  • SHA256: 2ff9b299152f5dc2b80c960bcd7e42d7117fed626484ac77217627c28bc6e697
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/train_73.png ADDED

Git LFS Details

  • SHA256: f201126c1b51553b08325524e6b68c2986b07acdec96184ea0e8b87bb8301bbe
  • Pointer size: 129 Bytes
  • Size of remote file: 2.15 kB
images/train_797.png ADDED

Git LFS Details

  • SHA256: 091a663d6923ea866673bd373465634e0e7347270e62398c52a4ba4d6ae58a91
  • Pointer size: 129 Bytes
  • Size of remote file: 2.16 kB
images/train_877.png ADDED

Git LFS Details

  • SHA256: 1ac18752474bae859d6cdfac1d85c8c176cefe0611d6e395aa7a4ed1e5ec94de
  • Pointer size: 129 Bytes
  • Size of remote file: 2.16 kB
images/train_895.png ADDED

Git LFS Details

  • SHA256: 914e34709ed67e5606cce5d57a848edcad361e4ffc08c7dfbd05a6e690ff2c8b
  • Pointer size: 129 Bytes
  • Size of remote file: 2.14 kB