CS-7641-assignments
CS-7641-assignments copied to clipboard
error/unable to run - assignment4
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
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.
I believe I addressed this for the first assignment... let me see if I can find that change and include it for this one.
I did not address this before, but I opened a PR for it