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

mcts object is not callable after the first usage #9

Closed
anu43 opened this issue Nov 13, 2019 · 0 comments
Closed

mcts object is not callable after the first usage #9

anu43 opened this issue Nov 13, 2019 · 0 comments

Comments

@anu43
Copy link

anu43 commented Nov 13, 2019

As far as I understood, through MCTS we receive only the next most beneficial play after iterations but I also wonder about putting mcts object to a for loop so that I might end up with the best path. But I get the same error each time which is TypeError: 'mcts' object is not callable when I try to use the object for a second time.

@anu43 anu43 closed this as completed Nov 14, 2019
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