Skip to content

Commit 1d51a4e

Browse files
committed
Remove duplicate comment
Signed-off-by: Daniel Sperber <[email protected]>
1 parent ae817e7 commit 1d51a4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rllib/utils/typing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@
285285
Each item in this list has dimension [B, S] (S=state vector size)
286286
"""
287287

288-
# Format of data output from policy forward pass.
289288
# __sphinx_doc_begin_policy_output_type__
290289
PolicyOutputType = Tuple[TensorStructType, StateBatches, Dict] # @OldAPIStack
291290
"""Format of data output from policy forward pass."""

0 commit comments

Comments
 (0)