Skip to content

Commit

Permalink
[Docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Apr 17, 2024
1 parent 3a9a40c commit 6296a1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarl/models/cnn.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ class Cnn(Model):
The BenchMARL CNN accepts multiple inputs of 2 types:
- images: Tensors of shape (*batch, X,Y,C)
- arrays: Tensors of shape (*batch, F)
- images: Tensors of shape ``(*batch,X,Y,C)``
- arrays: Tensors of shape ``(*batch,F)``
The CNN model will check that all image inputs have the same shape (excluding the last dimension)
and cat them along that dimension before processing them with :class:`torchrl.modules.ConvNet`.
Expand Down

0 comments on commit 6296a1f

Please sign in to comment.