JosephRRB

Results 7 comments of JosephRRB

Hello Salem, Thank you for your reply! Indeed, the batch size of 100 did not reproduce the error. But I used the 1e5 batch size so that the error appears...

Setting `batch_size = int(1e3)` raises the `NonValidActionsError` at the iteration `1874` (according to tqdm). Can you try the batch size of 1000?

Yes, I am using python=3.11 and here's what the terminal shows: ```python test_spinfoam_envs.py::test_bug_2 FAILED [100%]7.6049957275390625 0.0002822824753820896 0.007435735315084457 0.00020079495152458549 0.00015918804274406284 0.00031566989491693676 0.0003804670996032655 7.745436596451327e-05 0.0007521520019508898 0.0004600250395014882 0.0023112751077860594 0.00038016404141671956 0.00022631497995462269 0.00018100117449648678 0.0015608897665515542 0.0008139779674820602...

If needed, would it be possible to share my screen with you reproducing the error?

Alright, that’s good to hear! Thank you very much for your time!

Thanks for the fix! It didn't break now. So basically it would resample whenever it detects an invalid action, right? Would it be possible to create a branch with this...

Thank you very much again! I've changed our requirements.txt to point to the `fixsampling` branch now and we can continue our study.