File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33All 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " playground"
7- version = " 0.0.3 "
7+ version = " 0.0.4 "
88readme = " README.md"
99authors = [
1010 {
name =
" Google DeepMind" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments