提交 f8d66cff 编写于 作者: L LI Yunxiang

update

上级 3789dbca
...@@ -5,4 +5,5 @@ Algorithms.impala ...@@ -5,4 +5,5 @@ Algorithms.impala
:maxdepth: 1 :maxdepth: 1
impala impala
vtrace vtrace
\ No newline at end of file
\ No newline at end of file
...@@ -9,4 +9,5 @@ PARL.Algorithms ...@@ -9,4 +9,5 @@ PARL.Algorithms
ddpg ddpg
dqn dqn
policy_gradient policy_gradient
ppo ppo
\ No newline at end of file
\ No newline at end of file
...@@ -35,8 +35,6 @@ import os ...@@ -35,8 +35,6 @@ import os
import sys import sys
import parl import parl
autodoc_mock_imports = ['paddle'] autodoc_mock_imports = ['paddle']
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('..'))
release = parl.__version__ release = parl.__version__
project = 'PARL' project = 'PARL'
copyright = '2019, nlp-ol@baidu.com' copyright = '2019, nlp-ol@baidu.com'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册