Spaces:
Running
Running
| {% set data = load_setup_py_data() %} | |
| package: | |
| name: di-engine | |
| version: v0.5.0 | |
| source: | |
| path: .. | |
| build: | |
| number: 0 | |
| script: python -m pip install . -vv | |
| entry_points: | |
| - ding = ding.entry.cli:cli | |
| requirements: | |
| build: | |
| - python | |
| - setuptools | |
| run: | |
| - python | |
| test: | |
| imports: | |
| - ding | |
| - dizoo | |
| about: | |
| home: https://github.com/opendilab/DI-engine | |
| license: Apache-2.0 | |
| license_file: LICENSE | |
| summary: DI-engine is a generalized Decision Intelligence engine (https://github.com/opendilab/DI-engine). | |
| description: Please refer to https://di-engine-docs.readthedocs.io/en/latest/00_intro/index.html#what-is-di-engine | |
| dev_url: https://github.com/opendilab/DI-engine | |
| doc_url: https://di-engine-docs.readthedocs.io/en/latest/index.html | |
| doc_source_url: https://github.com/opendilab/DI-engine-docs | |