google/brax
Massively parallel rigidbody physics simulation on accelerator hardware. observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 96
- Release rhythm 63
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 59
- age_days: 1918
- days_rel: 171
- days_push: 27
- n_releases_24m: 10
Adoption not part of the score
3223 stars · 347 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Brax is a fast, fully differentiable rigidbody physics engine written in JAX, designed for massively parallel simulation on accelerator hardware like TPUs and GPUs. It also includes a suite of reinforcement learning training algorithms (PPO, SAC, ARS, ES, APG), which is now the actively maintained part of the project.
Use cases
- train reinforcement learning agents for robotics in minutes
- run massively parallel physics simulation on GPU or TPU
- differentiable physics simulation for research
- simulate humanoid and quadruped environments at millions of steps per second
- train RL policies with PPO or SAC on simulated environments
- use analytic policy gradients with a differentiable simulator
When to choose
- you need differentiable or massively parallel physics simulation in JAX
- you want to train RL agents quickly on accelerator hardware
- you are doing robotics or RL research with GPU/TPU access
When to avoid
- you need a general-purpose physics engine for production robotics simulation - use MuJoCo MJX or MuJoCo Warp instead
- you need the brax/envs pipeline - it is no longer maintained
- you have no accelerator hardware, since Brax is designed for TPU/GPU
Facets
library · maturity maintenance
simulation machine-learning reinforcement-learning gpu-computing robotics reinforcement-learning simulation machine-learning python cross-platform jax differentiable-physics physics-engine ppo sac mujoco tpu robotics-simulation gpu linux
2 sources
- readme: https://github.com/google/brax · fetched 2026-08-28 · 106049ee509e
- registry_pypi: https://pypi.org/pypi/brax/json · fetched 2026-08-29 · d480b7183622
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/brax | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem