Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JAX has no gpu version #482

Open
1 task
ItsBean opened this issue Aug 30, 2024 · 1 comment
Open
1 task

JAX has no gpu version #482

ItsBean opened this issue Aug 30, 2024 · 1 comment

Comments

@ItsBean
Copy link

ItsBean commented Aug 30, 2024

Checklist

Reviewer xxxx

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.

@kinalmehta
Copy link
Collaborator

You may refer jax documentation to install GPU version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants