Open Jinming-Li opened 8 months ago
The first command corresponds to training on droid_100, which is a small subset of DROID that could be useful if you want to do a quick sanity check (see the droid_100
identifier in the generated command). The second command corresponds to training on all of DROID (see the droid_local
identified in the generated command).
You can see the robomimic documentation for more information on how the config_gen files work more generally, but the idea is that you can define a number of different hyperparameters that you want to sweep over in robomimic/scripts/config_gen/droid_runs_language_conditioned_rlds.py
and then when you run this script, it will generate commands corresponding to every experiment you need to run.
You can see the robomimic documentation for more information on how the config_gen files work more generally, but the idea is that you can define a number of different hyperparameters that you want to sweep over in
robomimic/scripts/config_gen/droid_runs_language_conditioned_rlds.py
and then when you run this script, it will generate commands corresponding to every experiment you need to run.
hi, I add a co-data in /robomimic/scripts/config_gen/droid_runs_language_conditioned_rlds.py, then I get two exps commands. Am I supposed to run the two commands one by one? or what should I do then?
I set up:
when I run
python robomimic/scripts/config_gen/droid_runs_language_conditioned_rlds.py
I getWhich Python code command should I execute?