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
When I run python evaluate.py <agnet_name>, I get this error: ImportError: cannot import name 'ZenoParameters' from 'zeno'
python evaluate.py <agnet_name>
When I run python evaluate.py <agent_name> --mode sequential, I get this error: NotImplementedError: Consistency eval is not supported yet.
python evaluate.py <agent_name> --mode sequential
Please fix the issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
python evaluate.py <agnet_name>
, I get this error:ImportError: cannot import name 'ZenoParameters' from 'zeno'
When I run
python evaluate.py <agent_name> --mode sequential
, I get this error:NotImplementedError: Consistency eval is not supported yet.
Please fix the issue
The text was updated successfully, but these errors were encountered: