Closed ethanluoyc closed 1 year ago
I am converting the observation to single precision here but that seems to be the line that causes the crash.
Do you mean that if this line is remove then the crash goes away?
I am converting the observation to single precision here but that seems to be the line that causes the crash.
Do you mean that if this line is remove then the crash goes away?
Initially I thought so but then looks like it's flaky. But I guess you have found the issue?
Yep, #284 should fix it.
@mavenlin Hmm I tried it on my side but that issue seems to persist, I will take a closer look at the setup on my side.
Hmm I tried it on my side but that issue seems to persist, I will take a closer look at the setup on my side.
I tested the wheel from here. I can run your above code without an issue.
Yeah it seems to work. I was experimenting with PDM and that seems to have messed up my pip installation somehow. Many thanks for fixing this! It would be super cool if there is a new release on PyPI.
will do this weekend, sorry for the delay
done, pip install envpool will now use 0.8.4
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
The following code using the XLA interface crashes when running on the GPU.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
System info
Describe the characteristic of your environment:
JAX 0.4.10.
Additional context
I ran under gdb, this is the backtrace
Reason and Possible fixes
If you know or suspect the reason for this bug, paste the code lines and suggest modifications.
Checklist