cmaron / CS-7641-assignments

CS 7641 - All the code
MIT License
158 stars 124 forks source link

error/unable to run - assignment4 #22

Open patz41 opened 5 years ago

patz41 commented 5 years ago

when i try to run --all or any other experiments, i get a statement that "File "mtrand.pyx", line991, in mtrand.RandomState.randint ValueError:high is out of bounts for int32"

and I find no output as well, though folders are created. I think i m missing something grossly. can anyone help.

thanks

kuthalam commented 5 years ago

You can modify the line there pretty easily. I believe it may have to do with the random seed generation in that file and I think all you need to do is basically replace 232 with 231. It just changes what seeds are generated.

cmaron commented 5 years ago

I believe I addressed this for the first assignment... let me see if I can find that change and include it for this one.

cmaron commented 5 years ago

I did not address this before, but I opened a PR for it