Open RajGhugare19 opened 2 months ago
I think this issue occurs because of some interplay between envpool and numpy==2.0.1. I downgraded to numpy==1.26.0 and it works now.
To add on to the issue/bug description: whatever the number of environment the pool, a call to reset
would get me a numpy array where all the values where identical (across the observation and across the pool dimension). I was using numpy==2.0.1. Thanks to the previous comment, I changed to numpy==1.26.0, and the phenomenon I have just described does not occur anymore.
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
after using fresh anaconda env / venv installing a fresh envpool using pip install envpool , and running :
Expected behavior
The expected output is [1, 2] but I keep getting [0, 0] for some reason.
System info
Describe the characteristic of your environment:
Checklist