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
In the requirements-jax.txt file, the JAX package information is listed as follows:
jax-jumpy==1.0.0 ; python_version >= "3.8" and python_version < "3.11"
jax==0.4.8 ; python_version >= "3.8" and python_version < "3.11"
jaxlib==0.4.7 ; python_version >= "3.8" and python_version < "3.11"
This configuration is for CPU users of JAX. Could the authors please provide a GPU version of the td3_jax code along with a requirements-jax-gpu.txt file? Your contribution would be greatly appreciated.
Additionally, I am unable to directly upgrade JAX to the GPU version because the td3_jax code relies heavily on Flax and Optax. Any guidance or support on this matter would be extremely helpful.
The text was updated successfully, but these errors were encountered:
Checklist
poetry install
(see CleanRL's installation guideline.Reviewer xxxx
In the
requirements-jax.txt
file, the JAX package information is listed as follows:This configuration is for CPU users of JAX. Could the authors please provide a GPU version of the
td3_jax
code along with arequirements-jax-gpu.txt
file? Your contribution would be greatly appreciated.Additionally, I am unable to directly upgrade JAX to the GPU version because the
td3_jax
code relies heavily onFlax
andOptax
. Any guidance or support on this matter would be extremely helpful.The text was updated successfully, but these errors were encountered: