We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae817e7 commit 1d51a4eCopy full SHA for 1d51a4e
rllib/utils/typing.py
@@ -285,7 +285,6 @@
285
Each item in this list has dimension [B, S] (S=state vector size)
286
"""
287
288
-# Format of data output from policy forward pass.
289
# __sphinx_doc_begin_policy_output_type__
290
PolicyOutputType = Tuple[TensorStructType, StateBatches, Dict] # @OldAPIStack
291
"""Format of data output from policy forward pass."""
0 commit comments