Upload README.md
Browse files
README.md
CHANGED
@@ -18,29 +18,30 @@ Notice that the `sft-data.zip` file above has the following structure:
|
|
18 |
|
19 |
```
|
20 |
sft-data
|
21 |
-
|
22 |
-
|
23 |
-
β
|
24 |
-
β
|
25 |
-
β
|
26 |
-
β
|
27 |
-
β
|
28 |
-
β
|
29 |
-
β
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
```
|
43 |
|
|
|
44 |
Also, you could choose to download the files for any environment out of the five ones. For example, you should be using the following code for downloading data from blackjack.
|
45 |
|
46 |
```py
|
|
|
18 |
|
19 |
```
|
20 |
sft-data
|
21 |
+
βββ README.md # This README file.
|
22 |
+
βββ alf # Folder for ALFWORLD.
|
23 |
+
β βββ alfworld.json # The JSON file for ALFWORLD.
|
24 |
+
β βββ alf_data_folder # Folder for the ALFWORLD environment.
|
25 |
+
β βββ alf_image_id_0 # Folder 0 for ALFWORLD image data.
|
26 |
+
β βββ alf_image_id_1 # Folder 1 for ALFWORLD image data.
|
27 |
+
β βββ alf_image_id_2 # Folder 2 for ALFWORLD image data.
|
28 |
+
β βββ alf_image_id_3 # Folder 3 for ALFWORLD image data.
|
29 |
+
β βββ alf_image_id_4 # Folder 4 for ALFWORLD image data.
|
30 |
+
βββ blackjack # Folder for blackjack environment in the `gym_cards`.
|
31 |
+
β βββ blackjack_data_folder # Folder for blackjack image data.
|
32 |
+
β βββ blackjack.json # The JSON file for blackjack.
|
33 |
+
βββ ezpoints # Folder for ezpoints environment in the `gym_cards`.
|
34 |
+
β βββ ezpoints_data_folder # Folder for ezpoints image data.
|
35 |
+
β βββ ezpoints.json # The JSON file for ezpoints.
|
36 |
+
βββ points24 # Folder for points24 environment in the `gym_cards`.
|
37 |
+
β βββ points24_data_folder # Folder for points24 image data.
|
38 |
+
β βββ points24.json # The JSON file for points24.
|
39 |
+
βββ numberline # Folder for numberline environment in the `gym_cards`.
|
40 |
+
βββ numberline_data_folder # Folder for numberline image data.
|
41 |
+
βββ numberline.json # The JSON file for numberline.
|
42 |
```
|
43 |
|
44 |
+
|
45 |
Also, you could choose to download the files for any environment out of the five ones. For example, you should be using the following code for downloading data from blackjack.
|
46 |
|
47 |
```py
|