mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:06:25 +08:00
[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:
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user