1989Ryan/llm-mcts

Find a bug in llm_model.py

advAdder opened this issue · 1 comments

# print(object_positions)
object_positions = {}
# save samples
json.dump(object_positions, open("./data/object_all_positions.json", "w"))
for object in self.furniture_list:

I guess line 397 should be placed after saving the sample results.

Thank you! The bug has been fixed.