[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
This commit is contained in:
QuantumMecha 2021-02-02 22:40:09 +10:30 committed by GitHub
parent 52c94b7ee9
commit 0c93bb77cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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