[RLlib] APEX_DDPG (PyTorch) test case and docs. (#8288)

APEX_DDPG (PyTorch) test case and docs.
This commit is contained in:
Sven Mika
2020-05-04 09:36:27 +02:00
committed by GitHub
parent 5f351a05fe
commit b95e28faea
9 changed files with 90 additions and 23 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Algorithm Frameworks Discrete Actions Continuous Actions Multi-
`ARS`_ tf + torch **Yes** **Yes** No
`ES`_ tf + torch **Yes** **Yes** No
`DDPG`_, `TD3`_ tf + torch No **Yes** **Yes**
`APEX-DDPG`_ tf No **Yes** **Yes**
`APEX-DDPG`_ tf + torch No **Yes** **Yes**
`DQN`_, `Rainbow`_ tf + torch **Yes** `+parametric`_ No **Yes**
`APEX-DQN`_ tf + torch **Yes** `+parametric`_ No **Yes**
`IMPALA`_ tf + torch **Yes** `+parametric`_ **Yes** **Yes** `+RNN`_, `+autoreg`_