opendilab/di-engine

OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 17 minutes ago
Added to GitGenius on September 19th, 2026
Created on July 4th, 2021
Open Issues & Pull Requests: 26 (+0)
GitHub issues: Enabled
Number of forks: 436
Total Stargazers: 3,645 (+0)
Total Subscribers: 23 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 35.0 hours
Mean response time: 5.6 days
90th percentile: 24.0 days
Tracked items: 29

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 9
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 711 days
Stale 30+ days: 9
Stale 90+ days: 9

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • env (12)
  • algo (9)
  • bug (7)
  • good first issue (5)
  • discussion (2)
  • data (1)
  • help wanted (1)
  • test (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

DI-engine is a reinforcement learning framework that provides a comprehensive platform for building and training decision-making agents.

The framework addresses the complexity of implementing distributed reinforcement learning systems by offering a unified codebase that handles both single-agent and multi-agent scenarios. It supports a wide range of RL algorithms and training paradigms including model-based and model-free approaches, offline reinforcement learning, imitation learning, and inverse reinforcement learning. The tool is built on PyTorch and designed to scale across distributed systems, enabling researchers and practitioners to experiment with various algorithmic approaches without reimplementing core infrastructure.

The project suits teams building production RL systems or conducting research that requires flexibility across multiple algorithm families and training environments. It integrates with standard benchmarks including Atari, MuJoCo, and SMAC, making it suitable for both game-playing agents and continuous control tasks. The framework is particularly valuable for those needing multi-agent capabilities or wanting to combine different learning paradigms within a single system.

The project maintains active development with regular unit testing and algorithm validation workflows. Documentation is provided in multiple languages with continuous integration for documentation builds. Code style enforcement and deployment pipelines are in place to maintain consistency across the codebase.