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

chore: remove unused parameters in jax implementations #264

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

kinalmehta
Copy link
Collaborator

Description

This PR refactors the *_jax.py implementations as follows:

  • removes unused parameters from argparse (torch-deterministic as jax is deterministic by default, cuda as GPU is activated by default if available)
  • fix pybullet envs in td3_jax and ddpg_jax

Given this is a non-performance-impacting refactor, re-running the benchmark is not required.

fix pybullet envs in td3_jax and ddpg_jax
@vercel
Copy link

vercel bot commented Aug 22, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
cleanrl ✅ Ready (Inspect) Visit Preview Aug 22, 2022 at 9:25PM (UTC)

@vwxyzjn
Copy link
Owner

vwxyzjn commented Aug 22, 2022

Thank you! @kinalmehta

@vwxyzjn vwxyzjn merged commit 5c461e1 into vwxyzjn:master Aug 22, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants