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 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## Unreleased
5
+ ## [ 0.0.4 ] - 2025-02-07
6
6
7
7
### Added
8
8
9
9
- Added ALOHA handover task (thanks to @Andrew-Luo1 ).
10
+ - Added Booster T1 joystick task.
10
11
11
12
### Changed
12
13
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
+
13
18
## [ 0.0.3] - 2025-01-18
14
19
15
20
### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " playground"
7
- version = " 0.0.3 "
7
+ version = " 0.0.4 "
8
8
readme = " README.md"
9
9
authors = [
10
10
{
name =
" Google DeepMind" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments