Skip to content

Commit f36f24b

Browse files
minor clarification
1 parent 0823b34 commit f36f24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rsl_rl/utils/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def split_and_pad_trajectories(
8383
Split trajectories, concatenate them and pad with zeros up to the length of the longest trajectory. Return masks
8484
corresponding to valid parts of the trajectories.
8585
86-
Example:
86+
Example (transposed for readability):
8787
Input: [[a1, a2, a3, a4 | a5, a6],
8888
[b1, b2 | b3, b4, b5 | b6]]
8989

0 commit comments

Comments
 (0)