Ross ROSS = Recommend OSS · open-source software intelligence for agents

google-deepmind/rlax

None observed · 2026-08-28

github.com/google-deepmind/rlax · homepage · Python · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 96
  • Release rhythm 56
  • 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: 199.5
  • age_days: 2388
  • days_rel: 82
  • days_push: 27
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1439 stars · 106 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

RLax is a JAX-based library of building blocks for implementing reinforcement learning agents, providing mathematical operations like value functions, return distributions, and policy gradients. It is not a complete algorithm framework but composable functions that can be JIT-compiled for CPU, GPU, and TPU.

Use cases

  • implement reinforcement learning agents in JAX
  • compute TD losses and Q-learning updates
  • implement distributional value functions
  • build policy gradient agents for discrete and continuous actions
  • learn general value functions in JAX
  • run RL experiments on GPU or TPU with jit compilation

When to choose

  • you are building custom RL agents in JAX and need well-tested mathematical building blocks
  • you want composable RL operations rather than monolithic agent implementations
  • you need hardware-accelerated RL with jax.jit on CPU, GPU, or TPU

When to avoid

  • you want a complete out-of-the-box RL algorithm or training framework
  • you work in PyTorch or TensorFlow rather than the JAX ecosystem
  • you need environment implementations or full training pipelines

Facets

library · maturity active

machine-learning reinforcement-learning reinforcement-learning machine-learning deep-learning python jax reinforcement-learning deepmind value-functions policy-gradients gpu tpu

2 sources

Member repositories

RepositoryRoleHealth v2
google-deepmind/rlaxmain83

For agents

markdown · JSON · MCP: product_card(name="google-deepmind/rlax")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem