You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find in your paper there is one GPT-4 baseline to do direct agent planning. However, I can only find the GPT-4 testing scripts in Maze and Chess. GPT-4 scripts in other environments are missing. Meanwhile, when running gpt4_maze.py, it reports error after several iterations.
File "gpt4_maze.py", line 112, in act
return text_history+(Text(response_json['action'].strip() + "\n", True),)
AttributeError: 'list' object has no attribute 'strip'
I wonder whether you can help solve it. Thank you.
Best,
Yongchao
The text was updated successfully, but these errors were encountered:
Hello,
I find in your paper there is one GPT-4 baseline to do direct agent planning. However, I can only find the GPT-4 testing scripts in Maze and Chess. GPT-4 scripts in other environments are missing. Meanwhile, when running gpt4_maze.py, it reports error after several iterations.
File "gpt4_maze.py", line 112, in act
return text_history+(Text(response_json['action'].strip() + "\n", True),)
AttributeError: 'list' object has no attribute 'strip'
I wonder whether you can help solve it. Thank you.
Best,
Yongchao
The text was updated successfully, but these errors were encountered: