opendilab / DI-engine-docs

DI-engine docs (Chinese and English)

Home Page:https://di-engine-docs.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to DI-engine Docs

Documentation Status

Get started at English Docs | 中文文档

This is an educational resource produced by OpenDILab that makes it easier to learn about Decision Intelligence and DI-engine.

For the unfamiliar: Decision Intelligence is an engineering discipline that augments data science with theory from social science, decision theory, and managerial science.

This documentation contains a variety of helpful resources, including:

Local Docs Generation

# step 1: install
pip install -r requirements.txt
# step 2: compile docs
make live
# step 3: open http://127.0.0.1:8000 in your browser, and explore it!

Citing DI-engine-docs

@misc{ding,
    title={{DI-engine-docs: OpenDILab} Decision Intelligence Engine Document},
    author={DI-engine-docs Contributors},
    publisher = {GitHub},
    howpublished = {\url{https://github.com/opendilab/DI-engine-docs}},
    year={2021},
}

Contact Us

If you have any questions about documentation, please add a new issue or contact opendilab@pjlab.org.cn

License

DI-engine-Docs released under the Apache 2.0 license