PitVit commited on
Commit
6329ce8
·
verified ·
1 Parent(s): f816309

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,9 +21,9 @@ The experiment involved the execution and evaluation of **1000 distinct manipula
21
 
22
  ## Data Structure and Contents
23
 
24
- The dataset is organized within a top-level folder named `rollouts`. Inside this folder, you will find numerous subfolders, each corresponding to a unique robot rollout. The naming convention for these rollout folders is `TASK_NAME_ROLLOUT_NUMBER`.
25
 
26
- For example, a folder named `MT3_close_black_metal_bottle_0000` signifies the very first rollout (`0000`) performed for the task of "closing the black metal bottle."
27
 
28
  Each individual rollout folder contains the following files:
29
 
 
21
 
22
  ## Data Structure and Contents
23
 
24
+ The dataset is organized within a top-level folder named `rollouts`. Inside this folder, you will find numerous subfolders, each corresponding to a unique robot rollout. The naming convention for these rollout folders is `Method_TaskName_RolloutNumber`.
25
 
26
+ For example, a folder named `MT3_close_black_metal_bottle_0000` signifies the very first rollout (`0000`) performed for the task of "closing the black metal bottle" by the MT3 method.
27
 
28
  Each individual rollout folder contains the following files:
29