We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello! When I run the following command:
"python -m eval_agent.main --agent_config openai --exp_config alfworld --split test --verbose"
I got the results: All tasks done. Output saved to outputs/gpt-3.5-turbo/alfworld Average reward: 0.0299 Success rate: 0.0299.
, which is much lower than the results in Table 2 of the paper. Is there any config that needs to be set?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! When I run the following command:
"python -m eval_agent.main --agent_config openai --exp_config alfworld --split test --verbose"
I got the results:
All tasks done.
Output saved to outputs/gpt-3.5-turbo/alfworld
Average reward: 0.0299
Success rate: 0.0299.
, which is much lower than the results in Table 2 of the paper. Is there any config that needs to be set?
The text was updated successfully, but these errors were encountered: