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

max() arg is an empty sequence #41

Closed
mustache-commits opened this issue May 29, 2023 · 3 comments
Closed

max() arg is an empty sequence #41

mustache-commits opened this issue May 29, 2023 · 3 comments

Comments

@mustache-commits
Copy link

mustache-commits commented May 29, 2023

Not reaching past Step 1 with the following error:

`2023-05-29 09:11:32,869 - INFO - Step: 2, S0_t: set(), Vt: {}, St: [], S0: set()

Saving tree

2023-05-29 09:11:32,870 - INFO - Step: 3, S0_t: set(), Vt: {}, St: [], S0: set()

2023-05-29 09:11:32,870 - ERROR - Error: max() arg is an empty sequence

2023-05-29 09:11:32,870 - INFO - Saving the current tree and metrics.`

@kyegomez
Copy link
Owner

Which search algorithm are you using?

@mustache-commits
Copy link
Author

BFS. I noticed that it depends on the problem. Simple math problems are OK, but as soon as it is slighly more elaborate it runs into problems with pruning and text cutoff. I resolved it by increasing max_tokens and adding pruning threshold management.

@kyegomez
Copy link
Owner

What do you mean by pruning threshold management?

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

2 participants