Quentin Leboeuf

Results 3 comments of Quentin Leboeuf

have you add this code in reverie.py ligne 400 curr_move_path = f"{sim_folder}/movement" if not os.path.exists(curr_move_path): os.makedirs(curr_move_path) curr_move_file = f"{sim_folder}/movement/{self.step}.json" with open(curr_move_file, "w") as outfile: outfile.write(json.dumps(movements, indent=2))

My reply is solution for this error on comment `Traceback (most recent call last): File "/Users/tiberio/Documents/Cesar School (Mac)/TCC/generative_agents/reverie/backend_server/reverie.py", line 468, in open_server rs.start_server(int_count) File "/Users/tiberio/Documents/Cesar School (Mac)/TCC/generative_agents/reverie/backend_server/reverie.py", line 401, in...