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

takuseno/d3rlpy

An offline deep reinforcement learning library observed · 2026-08-28

github.com/takuseno/d3rlpy · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
takuseno/d3rlpymain52

For agents

markdown · JSON · MCP: product_card(name="takuseno/d3rlpy")

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