jordi-ai2 commited on
Commit
53dc57d
·
verified ·
1 Parent(s): 8b184e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -582,7 +582,15 @@ We recommend to use [bulk_download.py](bulk_download.py).
582
 
583
  ### Dataset post-processing and stats
584
 
585
- After bulk downloading, please use [validate_trajectories.py](validate_trajectories.py) and [calculate_stats.py](calculate_stats.py).
 
 
 
 
 
 
 
 
586
 
587
  ## License
588
 
 
582
 
583
  ### Dataset post-processing and stats
584
 
585
+ After bulk downloading, please use
586
+ - [validate_trajectories.py](validate_trajectories.py), to extract valid trajectories from each dataset and part, and
587
+ - [calculate_stats.py](calculate_stats.py) to extract dataset stats, e.g. with `--key actions` as target.
588
+
589
+ For example:
590
+ ```bash
591
+ python validate_trajectories.py --index-only /path/to/DoorOpeningDataGenConfig/part0/train
592
+ python hf_scripts/calculate_stats.py --aggregate-only /path/to/DoorOpeningDataGenConfig/part0/train --keys actions
593
+ ```
594
 
595
  ## License
596