提交 44d06807 编写于 作者: L LI Yunxiang 提交者: Bo Zhou

update implemented algorithm (#144)

* add implemented algorithms in doc

* update implemented algorithms
上级 6e459909
Implemented Algorithms
========================
.. container:: custom-index
.. raw:: html
.. toctree::
:maxdepth: 1
:caption: APIs
<script type="text/javascript" src='../_static/build_toc_group.js'></script>
implementations/pg.rst
implementations/dqn.rst
implementations/ddpg.rst
implementations/ppo.rst
implementations/impala.rst
implementations/a3c.rst
.. automodule:: parl.algorithms.fluid.impala.impala
:members:
:no-undoc-members:
:show-inheritance:
.. automodule:: parl.algorithms.fluid.a3c
:members:
:no-undoc-members:
:show-inheritance:
.. automodule:: parl.algorithms.fluid.ddpg
:members:
:no-undoc-members:
:show-inheritance:
.. automodule:: parl.algorithms.fluid.dqn
:members:
:no-undoc-members:
:show-inheritance:
.. automodule:: parl.algorithms.fluid.policy_gradient
:members:
:no-undoc-members:
:show-inheritance:
.. automodule:: parl.algorithms.fluid.ppo
:members:
:no-undoc-members:
:show-inheritance:
A3C
==========
.. automodule:: parl.algorithms.fluid.a3c
:members:
:no-undoc-members:
:show-inheritance:
DDPG
==========
.. automodule:: parl.algorithms.fluid.ddpg
:members:
:no-undoc-members:
:show-inheritance:
DQN
==========
.. automodule:: parl.algorithms.fluid.dqn
:members:
:no-undoc-members:
:show-inheritance:
IMPALA
==========
.. automodule:: parl.algorithms.fluid.impala.impala
:members:
:no-undoc-members:
:show-inheritance:
Policy Gradient
==================
.. automodule:: parl.algorithms.fluid.policy_gradient
:members:
:no-undoc-members:
:show-inheritance:
PPO
==========
.. automodule:: parl.algorithms.fluid.ppo
:members:
:no-undoc-members:
:show-inheritance:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册