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

fix the Jax FutureWarnings #74

Closed
Aneoshun opened this issue Aug 10, 2022 · 0 comments · Fixed by #76
Closed

fix the Jax FutureWarnings #74

Aneoshun opened this issue Aug 10, 2022 · 0 comments · Fixed by #76
Milestone

Comments

@Aneoshun
Copy link
Member

With the latest version of Jax (obtained automatically with pip install qdax) we get a lot of FutureWarnings:

FutureWarning: jax.tree_map is deprecated, and will be removed in a future release. Use jax.tree_util.tree_map instead.
FutureWarning: jax.tree_leaves is deprecated, and will be removed in a future release. Use jax.tree_util.tree_leaves instead.
FutureWarning: jax.tree_structure is deprecated, and will be removed in a future release. Use jax.tree_util.tree_structure instead.
FutureWarning: jax.tree_unflatten is deprecated, and will be removed in a future release. Use jax.tree_util.tree_unflatten instead.

It would be good to fix this asap and to release it soon, maybe we some of the other bug fixes we have in the pipeline.

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