From 04cffb7e65477e275cb45d0922b948783c6cae2c Mon Sep 17 00:00:00 2001 From: Chapman Siu Date: Wed, 10 Jun 2020 14:56:16 +1000 Subject: [PATCH] [docs] `rllib-models.rst` - QMIX +parametric (#8868) Updating docs to show that QMIX supports parametric action space, as per SMAC environments. This is reflected in the code here: https://github.com/ray-project/ray/blob/master/rllib/agents/qmix/qmix_policy.py#L179 and consistent with QMIX being an extension of DQN --- doc/source/rllib-algorithms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index 585ccd0a8..a47399122 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -22,7 +22,7 @@ Algorithm Frameworks Discrete Actions Continuous Actions Multi- `MARWIL`_ tf + torch **Yes** `+parametric`_ **Yes** **Yes** `+RNN`_ `PG`_ tf + torch **Yes** `+parametric`_ **Yes** **Yes** `+RNN`_, `+autoreg`_ `PPO`_, `APPO`_ tf + torch **Yes** `+parametric`_ **Yes** **Yes** `+RNN`_, `+autoreg`_ -`QMIX`_ torch **Yes** No **Yes** `+RNN`_ +`QMIX`_ torch **Yes** `+parametric`_ No **Yes** `+RNN`_ `SAC`_ tf + torch **Yes** **Yes** **Yes** ------------------- ---------- ----------------------- ------------------ ----------- --------------------- `AlphaZero`_ torch **Yes** `+parametric`_ No No