mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 17:23:08 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user