Skip to content

v0.14.2

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Mar 22:31

Brax v0.14.2 Release Notes

  • Distributional PPO Support: Added a distributional critic to capture return
    variance, leading to more reliable advantage estimates and improved policy
    updates (reference: https://arxiv.org/abs/1710.10044).
  • Parametrize CNN networks in brax PPO.