Clarification on RoboMimic suboptimal classifier training: mixed-task or per-task?
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Idoneità per principianti
- 35/100
- Tipo di issue
- Documentazione
- Chiarezza
- Da chiarire
- Stato di attività
- Tranquilla
- Stack tecnologico
- python
- Ambito
- documentation, machine-learning
Direzione di ricerca
Start with curation/scripts/subop_train_robomimic.sh and the HDF5Dataset implementation described in the issue. Compare the paper's RoboMimic experiment setup with how data_dir recursively discovers and interleaves HDF5 files. Done means documenting whether classifiers are trained jointly or per task and showing the correct directory layout.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
Hi, thanks for releasing the SCIZOR code.
I have a question about the RoboMimic suboptimal classifier training script:
curation/scripts/subop_train_robomimic.sh
In this script, the training data is specified by:
--config.hdf5_dataset_kwargs.data_dir PATH_TO_ROBOMIMIC_HDF5_DATASET_FOLDER
From my reading of the code, HDF5Dataset recursively walks through data_dir and loads all .hdf5 files under that directory:
for root, dirs, files in os.walk(self.hdf5_config['data_dir']):
for file in files:
if file.endswith('.hdf5'):
self.paths.append(os.path.join(root, file))
Then all discovered HDF5 files are wrapped as sub-datasets and interleaved for training.
I would like to clarify the intended RoboMimic setup used in the paper:
For the RoboMimic experiments, was the suboptimal classifier trained jointly on multiple tasks, e.g. Can MH + Square MH, or was a separate suboptimal classifier trained for each task?
Should users point data_dir to a root folder containing multiple RoboMimic tasks, such as:
robomimic_data/
├── can/mh/*.hdf5
└── square/mh/*.hdf5
or should they run subop_train_robomimic.sh separately with task-specific folders, such as:
robomimic_data/can/mh/
robomimic_data/square/mh/
Thanks! This clarification would be very helpful for reproducing the RoboMimic results and for understanding how to set up data_dir correctly.
- Lingua principale
- Python
- Stelle
- 28
- Fork
- 3
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di UT-Austin-RPL/SCIZOR
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 45/100
UT-Austin-RPL/SCIZOR#3 ·
-
installation issue Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 30/100
UT-Austin-RPL/SCIZOR#1 · 1 commento ·
Tutte le issue di UT-Austin-RPL/SCIZOR
Issue simili
-
triage/confirmed
Difficoltà 2/5 1-3 ore Idoneità per principianti 88/100
agentscope-ai/agentscope#2775 ·
-
comp/desktop P3 type/bug
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 92/100
NousResearch/hermes-agent#118866 ·
-
bug
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 90/100
apache/cloudstack#14222 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 76/100
-
bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 82/100