You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: