opendilab/DI-engine-docs
DI-engine docs (Chinese and English)
This documentation helps you understand and apply Decision Intelligence principles, especially within the context of the DI-engine framework. It provides foundational concepts of reinforcement learning, algorithm classifications, and practical examples. Anyone looking to implement or deepen their knowledge of AI-driven decision-making will find this useful.
321 stars. No commits in the last 6 months.
Use this if you are a researcher, engineer, or data scientist seeking to learn about and apply reinforcement learning algorithms to complex decision-making problems.
Not ideal if you are looking for a plug-and-play solution without diving into the underlying theory and implementation details.
Stars
321
Forks
64
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/opendilab/DI-engine-docs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
google-deepmind/dm_control
Google DeepMind's software stack for physics-based simulation and Reinforcement Learning...
Denys88/rl_games
RL implementations
pytorch/rl
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning.
yandexdataschool/Practical_RL
A course in reinforcement learning in the wild