Upload sync_docs.py with huggingface_hub
Browse files- sync_docs.py +1 -0
sync_docs.py
CHANGED
|
@@ -25,6 +25,7 @@ SCRIPTS = [
|
|
| 25 |
"push_hdf5.py", # raw HDF5 -> HDF5 hub dataset repo
|
| 26 |
"merge_hdf5_demos.py", # HDF5 merge
|
| 27 |
"hpo_optuna.py", # Optuna HPO + train from tuned params
|
|
|
|
| 28 |
"sync_docs.py", # this file
|
| 29 |
]
|
| 30 |
|
|
|
|
| 25 |
"push_hdf5.py", # raw HDF5 -> HDF5 hub dataset repo
|
| 26 |
"merge_hdf5_demos.py", # HDF5 merge
|
| 27 |
"hpo_optuna.py", # Optuna HPO + train from tuned params
|
| 28 |
+
"hpo_train_shim.py", # lerobot_train w/ EpisodeAwareSampler fixed for subsets
|
| 29 |
"sync_docs.py", # this file
|
| 30 |
]
|
| 31 |
|