takuseno/d3rlpy
An offline deep reinforcement learning library observed · 2026-08-28
Health v2 · maintenance only
52/100
- Activity 41
- Release rhythm 40
- 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: 19.5
- age_days: 2293
- days_rel: 549
- days_push: 357
- n_releases_24m: 5
Adoption not part of the score
1679 stars · 267 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
d3rlpy is a Python library for offline and online deep reinforcement learning built on PyTorch, offering state-of-the-art algorithms through a scikit-learn style API. It supports distributional Q functions, data-parallel distributed training, and works with datasets from D4RL, PyBullet, and Atari environments.
Use cases
- train RL policies from logged datasets without online interaction
- run offline RL experiments on D4RL benchmark datasets
- train online RL agents on gymnasium environments
- scale offline RL training across multiple GPUs or nodes
- reproduce results from offline RL research papers
- apply RL to robotics or medical tasks where online exploration is infeasible
When to choose
- you need offline RL algorithms like CQL with a simple, well-documented API
- you want both offline and online RL in one library
- you prefer scikit-learn style APIs over writing raw PyTorch training loops
- you need distributed or GPU-accelerated RL training
When to avoid
- you need a lightweight tabular RL library rather than deep RL
- you require environments or algorithms outside its supported set
- you are locked to an older version and cannot handle v2.x breaking changes
Facets
library · maturity active
machine-learning deep-learning reinforcement-learning reinforcement-learning machine-learning deep-learning python windows offline-rl pytorch scikit-learn-style-api distributional-q-function distributed-training linux macos gpu
3 sources
- readme: https://github.com/takuseno/d3rlpy · fetched 2026-08-28 · 216cd48f4d31
- homepage: https://takuseno.github.io/d3rlpy · fetched 2026-08-29 · de0086963818
- registry_pypi: https://pypi.org/pypi/d3rlpy/json · fetched 2026-08-29 · f8d30b064722
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| takuseno/d3rlpy | main | 52 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem