PaddlePaddle/PARL
A high-performance distributed training framework for Reinforcement Learning observed · 2026-08-28
Health v2 · maintenance only
41/100
- Activity 41
- Release rhythm 8
- 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: n/a
- age_days: 3052
- days_rel: n/a
- days_push: 354
- n_releases_24m: 0
Adoption not part of the score
3453 stars · 812 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PARL is a flexible, high-performance reinforcement learning framework built on PaddlePaddle, providing Model/Algorithm/Agent abstractions and reproducible implementations of influential RL algorithms. Its xparl component enables large-scale distributed training across thousands of CPUs and multiple GPUs with a simple decorator-based API.
Use cases
- train reinforcement learning agents at scale
- parallelize RL training across thousands of CPUs
- reproduce classic RL algorithms like DQN and PPO
- build custom RL algorithms by inheriting base classes
- apply GPU-accelerated RL to autonomous driving simulation
- run distributed multi-GPU reinforcement learning experiments
When to choose
- you need scalable, distributed RL training with minimal code changes
- you want reproducible implementations of standard RL algorithms
- you are already using the PaddlePaddle ecosystem
- you need to parallelize environment data collection across many CPU workers
When to avoid
- you prefer PyTorch- or TensorFlow-based RL libraries like Stable-Baselines3 or RLlib
- you only need small-scale single-machine RL without parallelization
- you need supervised or self-supervised learning rather than RL
Facets
framework · maturity active
reinforcement-learning machine-learning llm-training reinforcement-learning machine-learning deep-learning python cross-platform distributed-training parallelization paddlepaddle rl-algorithms xparl linux gpu
2 sources
- readme: https://github.com/PaddlePaddle/PARL · fetched 2026-08-28 · 8efdc16eaee5
- registry_pypi: https://pypi.org/pypi/parl/json · fetched 2026-08-29 · 850f0500218a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| PaddlePaddle/PARL | main | 41 |
For agents
markdown · JSON · MCP: product_card(name="PaddlePaddle/PARL")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem