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

Instances of MCState with the same value are duplicately registered in a set. #22

Open
ruddyscent opened this issue Oct 31, 2023 · 0 comments

Comments

@ruddyscent
Copy link
Contributor

While solving the problem in missionaries.py using generic_search.py from Chapter 2, I found out that there are duplicate instances of MCState in Node::explored.
스크린샷 2023-10-31 오후 2 08 29

This is probably a problem where instances with the same value are not recognized as the same instance and are, therefore, duplicated in the set.

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