Skip to content

Commit

Permalink
Internal change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705162151
Change-Id: Ia19c6cdb11a49ae524e82459dfb29a7475f51bac
  • Loading branch information
Brax Team authored and btaba committed Dec 11, 2024
1 parent fa68be1 commit a371f9f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ If you would like to reference Brax in a publication, please use:
author = {C. Daniel Freeman and Erik Frey and Anton Raichuk and Sertan Girgin and Igor Mordatch and Olivier Bachem},
title = {Brax - A Differentiable Physics Engine for Large Scale Rigid Body Simulation},
url = {http://github.com/google/brax},
version = {0.12.0},
version = {0.12.1},
year = {2021},
}
```
Expand Down
2 changes: 1 addition & 1 deletion brax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

__version__ = '0.12.0'
__version__ = '0.12.1'

from brax.base import Motion
from brax.base import State
Expand Down
4 changes: 4 additions & 0 deletions docs/release-notes/v0.12.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Brax v0.12.0 Release Notes

* Add `wrap_env_fn` to training API. This allows users to specify custom wrapping functions for their environments.
* Remove `FrozenDict` in brax env/training API.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name="brax",
version="0.12.0",
version="0.12.1",
description="A differentiable physics engine written in JAX.",
author="Brax Authors",
author_email="[email protected]",
Expand Down

0 comments on commit a371f9f

Please sign in to comment.