From 0c93bb77cb8b61ad04a91e41001fcd02ffc72f44 Mon Sep 17 00:00:00 2001 From: QuantumMecha <42133528+QuantumMecha@users.noreply.github.com> Date: Tue, 2 Feb 2021 22:40:09 +1030 Subject: [PATCH] [RLlib] Update Documentation for Curiosity's support of continuous actions (#13784) Only (Multi)Discrete action spaces are supported so far according to https://github.com/ray-project/ray/blob/master/rllib/utils/exploration/curiosity.py --- 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 8b0413273..b4f42c7ce 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -51,7 +51,7 @@ Exploration-based plug-ins (can be combined with any algo) ============================= ========== ======================= ================== =========== ===================== Algorithm Frameworks Discrete Actions Continuous Actions Multi-Agent Model Support ============================= ========== ======================= ================== =========== ===================== -`Curiosity`_ tf + torch **Yes** `+parametric`_ **Yes** **Yes** `+RNN`_ +`Curiosity`_ tf + torch **Yes** `+parametric`_ No **Yes** `+RNN`_ ============================= ========== ======================= ================== =========== ===================== .. _`A2C, A3C`: rllib-algorithms.html#a3c