mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[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:
parent
52c94b7ee9
commit
0c93bb77cb
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ Exploration-based plug-ins (can be combined with any algo)
|
||||||
============================= ========== ======================= ================== =========== =====================
|
============================= ========== ======================= ================== =========== =====================
|
||||||
Algorithm Frameworks Discrete Actions Continuous Actions Multi-Agent Model Support
|
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
|
.. _`A2C, A3C`: rllib-algorithms.html#a3c
|
||||||
|
|
Loading…
Add table
Reference in a new issue