提交 f9e47b9f 编写于 作者: N niuyazhe

style(nyz): update setup.py email and url

上级 09050dba
......@@ -4,10 +4,10 @@
---
Updated on 2021.07.08
Updated on 2021.07.08 DI-engine-v0.1.0 (beta)
## Introduction
## Introduction to DI-engine (beta)
DI-engine is a generalized Decision Intelligence engine. It supports most basic deep reinforcement learning (DRL) algorithms, such as DQN, PPO, SAC, and domain-specific algorithms like QMIX in multi-agent RL, GAIL in
inverse RL, and RND in exploration problems. Various training pipelines and customized decision AI applications are also supported. Have fun with exploration and exploitation.
......
......@@ -29,6 +29,8 @@ setup(
version=meta['__VERSION__'],
description=meta['__DESCRIPTION__'],
author=meta['__AUTHOR__'],
author_email=meta['__AUTHOR_EMAIL__'],
url='https://github.com/opendilab/DI-engine',
license='Apache License, Version 2.0',
keywords='Decision AI Engine',
packages=[
......@@ -127,7 +129,7 @@ setup(
entry_points={'console_scripts': ['ding=ding.entry.cli:cli']},
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Science/Research/Developers',
"Intended Audience :: Science/Research",
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册