[NeurIPS 2023] We use large language models as commonsense world model and heuristic policy within Monte-Carlo Tree Search, enabling better-reasoned decision-making for daily task planning problems.
Thanks for sharing your code for your paper "Large Language Models as Commonsense Knowledge for Large-Scale Task Planning". L-model and L-policy framework is a very interesting and quite effective idea!
I'm trying to run your code, and I have two questions,
The original code can't find data/object_info.json, so I copy vh/data_gene/dataset/object_info.json
to ./data/object_info.json, but I also find another object_info.json in vh/data_gene/gen_data/data/object_info.json, whic one should I use?
I used vh/data_gene/dataset/object_info.json, and copy "objects_switchonoff" from vh/data_gene/gen_data/data/object_info.json to ./data/object_info.json as vh/data_gene/dataset/object_info.jsondon't have such part. So I run the code for LLM-MCTS. But finally I got succ rate: 0.3125. Is this correct?
Hi,
Thanks for sharing your code for your paper "Large Language Models as Commonsense Knowledge for Large-Scale Task Planning". L-model and L-policy framework is a very interesting and quite effective idea!
I'm trying to run your code, and I have two questions,
The original code can't find
data/object_info.json
, so I copyvh/data_gene/dataset/object_info.json
to./data/object_info.json
, but I also find anotherobject_info.json
invh/data_gene/gen_data/data/object_info.json
, whic one should I use?I used
vh/data_gene/dataset/object_info.json
, and copy "objects_switchonoff" fromvh/data_gene/gen_data/data/object_info.json
to./data/object_info.json
asvh/data_gene/dataset/object_info.json
don't have such part. So I run the code for LLM-MCTS. But finally I gotsucc rate: 0.3125
. Is this correct?Can you explain the code generate which result?
Is this Seen Home and NovelComp.(3)in your Table 1?