| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-04-11 | 510 Bytes | |
| v0.12.3 source code.tar.gz | 2025-04-11 | 124.3 MB | |
| v0.12.3 source code.zip | 2025-04-11 | 124.6 MB | |
| Totals: 3 Items | 248.9 MB | 0 | |
Brax v0.12.3 Release Notes
- Add training metrics to brax PPO, which allows users to avoid running evals during training while getting more frequent metric updates (à là RSL-RL). Set
num_evals=0andlog_training_metrics=True. - Add checkpointing directly to brax PPO, rather than relying on the
policy_params_fncallback. - Fix bug in inverted pendulum (#574) where the position of the tip was being mis-calculated.
- Add UInt64 to prevent overflow of training steps in brax training. Fixes [#578].