forked from vwxyzjn/cleanrl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prototype jax with ddpg (vwxyzjn#187)
* prototype jax with ddpg * Quick fix * quick fix * Commit changes - successful prototype * Remove scripts * Simplify the implementation: careful with shape * Format * Remove code * formatting changes * formatting change * bug fix * correctly implementing keys * these two lines are not necessary target_params are initialized with the same RNG key * Adapting to the `TrainState` API * Simplify code * use `optax.incremental_update` * Also log q values * Addresses vwxyzjn#211 * update docs * Add jax benchmark experiments * remove old files * update benchmark scripts * update lock files * Handle action space bounds * Add docs * Typo * update CI * bug fix and add docs link * Add a note explaining the speed * Update ddpg docs
- Loading branch information
Showing
36 changed files
with
689 additions
and
1,859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.