Skip to content

Commit f489566

Browse files
Brax Teamcopybara-github
authored andcommitted
Update Brax version to 0.14.2.
Increments the version number in `__init__.py`, `pyproject.toml`, and `README.md`, and renames the release notes file. PiperOrigin-RevId: 884102953 Change-Id: I0be0a3c2c45e883523257d1b5d9133e5a155a161
1 parent 3d4b070 commit f489566

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you would like to reference Brax in a publication, please use:
103103
author = {C. Daniel Freeman and Erik Frey and Anton Raichuk and Sertan Girgin and Igor Mordatch and Olivier Bachem},
104104
title = {Brax - A Differentiable Physics Engine for Large Scale Rigid Body Simulation},
105105
url = {http://github.com/google/brax},
106-
version = {0.14.1},
106+
version = {0.14.2},
107107
year = {2021},
108108
}
109109
```

brax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
"""Import top-level classes and functions here for encapsulation/clarity."""
1616

17-
__version__ = '0.14.1'
17+
__version__ = '0.14.2'
1818

1919
from brax.base import Motion
2020
from brax.base import State

docs/release-notes/v0.14.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Brax v0.14.2 Release Notes
2+
3+
* **Distributional PPO Support**: Added a distributional critic to capture return
4+
variance, leading to more reliable advantage estimates and improved policy
5+
updates (reference: https://arxiv.org/abs/1710.10044).
6+
* Parametrize CNN networks in brax PPO.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "brax"
7-
version = "0.14.1"
7+
version = "0.14.2"
88
description = "A differentiable physics engine written in JAX."
99
authors = [
1010
{ name = "Brax Authors", email = "no-reply@google.com" },

0 commit comments

Comments
 (0)