yuslzp commited on
Commit
df63eae
β€’
1 Parent(s): dba1671

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -21
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
- β”‚ 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 3 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
  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