astooke/rlpyt
Reinforcement Learning in PyTorch observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 2684
- days_rel: n/a
- days_push: 2067
- n_releases_24m: 0
Adoption not part of the score
2278 stars · 326 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch library providing modular, high-throughput implementations of deep reinforcement learning algorithms, covering policy gradient, deep Q-learning, and Q-function policy gradient families. It supports serial or parallelized experiments, multi-GPU optimization, recurrent agents, and OpenAI Gym-compatible environments.
Use cases
- train RL agents in PyTorch
- run PPO or A2C experiments
- implement DQN variants like Rainbow
- run parallel RL experiments on multiple GPUs
- train recurrent RL agents
- benchmark RL algorithms on Gym environments
When to choose
- you need a unified PyTorch codebase for model-free deep RL research
- you want high-throughput sampling and multi-GPU training on local hardware
- you need support for recurrent agents and prioritized replay buffers
When to avoid
- you need large-scale distributed RL with hundreds of GPUs
- you want actively maintained software with recent updates
- you need model-based RL or off-the-shelf pretrained agents
Facets
library · maturity maintenance
machine-learning reinforcement-learning gpu-computing reinforcement-learning machine-learning deep-learning python pytorch deep-rl policy-gradient dqn ppo a2c gym research-code research linux macos gpu
1 source
- readme: https://github.com/astooke/rlpyt · fetched 2026-08-28 · 416e47934b72
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| astooke/rlpyt | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem