Closed jayLEE0301 closed 1 month ago
Hey @jayLEE0301 The base yaml files are used by other yaml files where the n_tasks is defined respectively.
I've just added the metaworld_ml45.yaml
. This basically uses original test tasks from metaworld. Since PRISE uses a different set of test tasks we also give metaworld_ml45_prise.yaml
. Note that all our results are based on PRISE version.
I've updated the repo, and tested the data gen script on my end. It should be working fine now. You can cherry pick cac6bb76090aa20e3bfb643f6ba74033f78991f1
Thanks for pointing this out!
Thank you for your reply! let me close this issue.
Hello @atharvamete, I appreciate your effort to release the codebase.
when I tired
I found the error below
so I changed
metaworld_ml45
tometaworld_base
to solve this error, as shown below (incollect_data.yaml
)however, even after changing this, I got another issue:
and I found that there's no
task.n_tasks
inmetaworld_base.yaml
could you please give me some directions that I can solve this issue and download the dataset using
python scripts/generate_metaworld_dataset.py
?thank you, Seungjae.