This commit is contained in:
Trinkle23897 2020-06-01 09:37:30 +08:00
parent ba1b3e54eb
commit 5f2c5347df
3 changed files with 9 additions and 5 deletions

View File

@ -1 +0,0 @@
docs/contributing.rst

5
CONTRIBUTING.rst Normal file
View File

@ -0,0 +1,5 @@
========================
Contributing to Tianshou
========================
Please refer to https://tianshou.readthedocs.io/en/latest/contributing.html

View File

@ -1,6 +1,6 @@
============ ========================
Contributing Contributing to Tianshou
============ ========================
Install Develop Version Install Develop Version
======================= =======================

View File

@ -1,7 +1,7 @@
from tianshou import data, env, utils, policy, trainer, \ from tianshou import data, env, utils, policy, trainer, \
exploration exploration
__version__ = '0.2.2' __version__ = '0.2.3'
__all__ = [ __all__ = [
'env', 'env',
'data', 'data',