Possibility of loading tasks when the files are missing in the Json files #994
Replies: 3 comments 3 replies
-
@cgokmen @ChengshuLi kindly help with this |
Beta Was this translation helpful? Give feedback.
-
Hi @Roythescientist , if I'm understanding your question correctly, you're saying when you load some specific tasks in some specified scenes, you are seeing errors like Currently, each of our BEHAVIOR 1K task has exactly one pre-sampled instance (each task correspond to exactly one scene). You can get a list of these pre-sampled task instances with Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
-
@hang-yin kindly try running this https://github.com/keke-220/vlm-tamp on your end and see if it works perfectly on your side |
Beta Was this translation helpful? Give feedback.
-
Hello are these files available in the B1K dataset because whenever I run them I constantly find an error and these are files are ot available but this is a project that used to run like 8 months ago, so my question is that can I can't load the tasks then do you think removed all those tasks so I can never load those tasks again during update , or probably there is change the way to load them -- meaning we have to make some modifications in my code:
Here are the tasks in line of code:
a_name = "boil_water_in_the_microwave"
config["scene"]["scene_model"] = "Beechwood_0_int"
a_name = "bringing_water"
config["scene"]["scene_model"] = "house_single_floor"
a_name = "cook_a_frozen_pie"
config["scene"]["scene_model"] = "Beechwood_0_int"
a_name = "halve_an_egg"
config["scene"]["scene_model"] = "Benevolence_1_int"
a_name = "store_firewood"
config["scene"]["scene_model"] = "Ihlen_0_int"
Beta Was this translation helpful? Give feedback.
All reactions