-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two questions regarding data generation #4
Comments
Hi, the instructions will be generated in the later steps. Unfortunately, I cannot replicate your errors in your 2nd point. It would be great if you could provide more detailed information regarding your errors. Before that, I would suggest you take a look at this guidance: https://github.com/wanbiao1993usa/llm-mcts. |
Hi, Thanks for your reply. I just follow the guidance you provide. But when I run Best |
Hi, the error is caused by the wrong submodule branch. You can go to the submodule |
Hi, I have two questions about date generation in virtualhome:
vh/data_gene/gen_data/vh_init.py
and the result in pickle is comprised of task_id, task_name, env_id, init_graph, task_goal, level and init_rooms. How can I know the task instruction?python vh/data_gene/testing_agents/gene_data.py --mode simple --dataset_path ./vh/dataset/env_task_set_50_simple.pik
, an errorTime out for action: {0: None}
occurs at this line. This erros appeared randomly. Could you please help to solve it?Thank you
The text was updated successfully, but these errors were encountered: