Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 5.73 KB

index.rst

File metadata and controls

111 lines (79 loc) · 5.73 KB

欢迎查看天授平台中文文档

天授 是一个基于PyTorch的深度强化学习平台,目前实现的算法有:

天授还有如下特点:

与英文文档不同,中文文档提供了一个宏观层面的对天授平台的概览。(其实都是 毕业论文 里面弄出来的)

安装

天授目前发布在 PyPIconda-forge 中,需要Python版本3.6以上。

通过PyPI进行安装:

$ pip install tianshou

通过conda进行安装:

$ conda install -c conda-forge tianshou

还可以直接从GitHub源代码最新版本进行安装:

$ pip install git+https://github.com/thu-ml/tianshou.git@master --upgrade

在安装完毕后,打开您的Python并输入

import tianshou
print(tianshou.__version__)

如果没有异常出现,那么说明已经成功安装了。

.. toctree::
   :maxdepth: 1
   :caption: 教程

   slide
   tutorials
   concepts
   benchmark
   cheatsheet

.. toctree::
   :maxdepth: 2
   :caption: 文档

   docs/toc

.. toctree::
   :maxdepth: 1
   :caption: 贡献

   contributing


Indices and tables