From e8a7cc994e4abee1e9a54701b0129efee479d47a Mon Sep 17 00:00:00 2001 From: DWarez Date: Sat, 19 Jul 2025 19:06:42 +0200 Subject: [PATCH] fix: removed nonexistent argument in visualization_dataset script readme example usage --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7cbcad48..298a6b9f3e 100644 --- a/README.md +++ b/README.md @@ -192,13 +192,12 @@ python -m lerobot.scripts.visualize_dataset \ --episode-index 0 ``` -or from a dataset in a local folder with the `root` option and the `--local-files-only` (in the following case the dataset will be searched for in `./my_local_data_dir/lerobot/pusht`) +or from a dataset in a local folder with the `root` option (in the following case the dataset will be searched for in `./my_local_data_dir/lerobot/pusht`) ```bash python -m lerobot.scripts.visualize_dataset \ --repo-id lerobot/pusht \ --root ./my_local_data_dir \ - --local-files-only 1 \ --episode-index 0 ```