Skip to content

Commit 6296a1f

Browse files
committed
[Docs] Fix typo
1 parent 3a9a40c commit 6296a1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmarl/models/cnn.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class Cnn(Model):
5555
5656
The BenchMARL CNN accepts multiple inputs of 2 types:
5757
58-
- images: Tensors of shape (*batch, X,Y,C)
59-
- arrays: Tensors of shape (*batch, F)
58+
- images: Tensors of shape ``(*batch,X,Y,C)``
59+
- arrays: Tensors of shape ``(*batch,F)``
6060
6161
The CNN model will check that all image inputs have the same shape (excluding the last dimension)
6262
and cat them along that dimension before processing them with :class:`torchrl.modules.ConvNet`.

0 commit comments

Comments
 (0)