Skip to content

Commit f9e47b9

Browse files
committed
style(nyz): update setup.py email and url
1 parent 09050db commit f9e47b9

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
---
66

7-
Updated on 2021.07.08
7+
Updated on 2021.07.08 DI-engine-v0.1.0 (beta)
88

99

10-
## Introduction
10+
## Introduction to DI-engine (beta)
1111
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
1212
inverse RL, and RND in exploration problems. Various training pipelines and customized decision AI applications are also supported. Have fun with exploration and exploitation.
1313

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
version=meta['__VERSION__'],
3030
description=meta['__DESCRIPTION__'],
3131
author=meta['__AUTHOR__'],
32+
author_email=meta['__AUTHOR_EMAIL__'],
33+
url='https://github.com/opendilab/DI-engine',
3234
license='Apache License, Version 2.0',
3335
keywords='Decision AI Engine',
3436
packages=[
@@ -127,7 +129,7 @@
127129
entry_points={'console_scripts': ['ding=ding.entry.cli:cli']},
128130
classifiers=[
129131
'Development Status :: 5 - Production/Stable',
130-
'Intended Audience :: Science/Research/Developers',
132+
"Intended Audience :: Science/Research",
131133
'License :: OSI Approved :: Apache Software License',
132134
'Operating System :: POSIX :: Linux',
133135
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)