-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 703237189 Change-Id: I8f6d33e6b374333f0a9900fada70b6fc3c956b15
- Loading branch information
Showing
6 changed files
with
17 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1 @@ | ||
# Brax Release Notes | ||
|
||
* Add boolean `wrap_env` to all brax `train` functions, which optionally wraps the env for training, or uses the env as is. | ||
* Fix bug in PPO train to return loaded checkpoint when `num_timesteps` is 0. | ||
* Add `layer_norm` to `make_q_network` and set `layer_norm` to `True` in `make_sace_networks` Q Network. | ||
* Change PPO train function to return both value and policy network params, rather than just policy params. | ||
* Merge https://github.com/google/brax/pull/561, adds grad norm clipping to PPO. | ||
* Merge https://github.com/google/brax/issues/477, changes pusher vel damping. | ||
* Merge https://github.com/google/brax/pull/558, adds `mocap_pos` and `mocap_quat` to render function. | ||
* Merge https://github.com/google/brax/pull/559, allows for dictionary observations environment `State`. | ||
* Merge https://github.com/google/brax/pull/562, which supports asymmetric actor-critic for PPO. | ||
* Merge https://github.com/google/brax/pull/560, allows PPO from vision. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Brax v0.12.0 Release Notes | ||
|
||
* Add boolean `wrap_env` to all brax `train` functions, which optionally wraps the env for training, or uses the env as is. | ||
* Fix bug in PPO train to return loaded checkpoint when `num_timesteps` is 0. | ||
* Add `layer_norm` to `make_q_network` and set `layer_norm` to `True` in `make_sace_networks` Q Network. | ||
* Change PPO train function to return both value and policy network params, rather than just policy params. | ||
* Merge https://github.com/google/brax/pull/561, adds grad norm clipping to PPO. | ||
* Merge https://github.com/google/brax/issues/477, changes pusher vel damping. | ||
* Merge https://github.com/google/brax/pull/558, adds `mocap_pos` and `mocap_quat` to render function. | ||
* Merge https://github.com/google/brax/pull/559, allows for dictionary observations environment `State`. | ||
* Merge https://github.com/google/brax/pull/562, which supports asymmetric actor-critic for PPO. | ||
* Merge https://github.com/google/brax/pull/560, allows PPO from vision. |
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