Skip to content
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

Missing GPT-4 Agent Baseline #8

Open
yongchao98 opened this issue Jan 16, 2024 · 0 comments
Open

Missing GPT-4 Agent Baseline #8

yongchao98 opened this issue Jan 16, 2024 · 0 comments

Comments

@yongchao98
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant