Skip to content

Commit 9bcbe73

Browse files
kevinzakkacopybara-github
authored andcommitted
[mujoco-playground] Bump version.
PiperOrigin-RevId: 734622124 Change-Id: Id5fbe7820172bf8b8904ea409b115d94a8b1a6b2
1 parent 2ba0a0a commit 9bcbe73

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## Unreleased
5+
## [0.0.4] - 2025-02-07
66

77
### Added
88

99
- Added ALOHA handover task (thanks to @Andrew-Luo1).
10+
- Added Booster T1 joystick task.
1011

1112
### Changed
1213

14+
- Fixed foot friction randomization for G1 tasks.
15+
- Fix various bugs in `train_jax_ppo.py` (thanks to @vincentzhang).
16+
- Fixed a small bug in the privileged state of the go1 joystick task.
17+
1318
## [0.0.3] - 2025-01-18
1419

1520
### Changed

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 = "playground"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
readme = "README.md"
99
authors = [
1010
{name = "Google DeepMind", email = "[email protected]"},

0 commit comments

Comments
 (0)