[RLlib] Allow SAC to use custom models as Q- or policy nets and deprecate "state-preprocessor" for image spaces. (#13522)

This commit is contained in:
Sven Mika
2021-02-02 13:05:58 +01:00
committed by GitHub
parent fa4290090d
commit 52c94b7ee9
25 changed files with 1011 additions and 611 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ with the remaining non-image (flat) inputs (the 1D Box and discrete/one-hot comp
Take a look at this model example that does exactly that:
.. literalinclude:: ../../rllib/examples/models/cnn_plus_fc_concat_model.py
.. literalinclude:: ../../rllib/models/tf/complex_input_net.py
:language: python
:start-after: __sphinx_doc_begin__
:end-before: __sphinx_doc_end__