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

scores array has nan values #3

Open
SelinBayramoglu opened this issue May 20, 2022 · 1 comment
Open

scores array has nan values #3

SelinBayramoglu opened this issue May 20, 2022 · 1 comment

Comments

@SelinBayramoglu
Copy link

Hello,

I am trying to replicate the Learning to Branch study. I chose the problem domain as setcover. In 02_generate_dataset.py, when debugging the program, I realized that scores[action_set] has nan values and scores[action_set].argmax() returns the index of an element in scores[action_set] with a nan value. My understanding is that action_set is the set of pseudocandidates (nonfixed variables) and scores[action_set] should not have any nan values. I'd appreciate any help with this. Thank you.

@Yige-Lei
Copy link

Yige-Lei commented Jun 4, 2024

Have you solved this problem? I also encountered the same problem. TT

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