Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
N00bcak committed Jul 2, 2024
1 parent 7c8c156 commit 4e60774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchrl/record/loggers/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def log_video(self, name: str, video: Tensor, step: int = None, **kwargs) -> Non
.. note:: If the video format is `mp4`, many more arguments can be passed to the :meth:`~torchvision.io.write_video`
function.
For more information on video logging with :class:`~torchrl.record.loggers.csv.CVSLogger`,
For more information on video logging with :class:`~torchrl.record.loggers.csv.CSVLogger`,
see the :meth:`~torchrl.record.loggers.csv.CSVExperiment.add_video` documentation.
"""
# check for correct format of the video tensor ((N), T, C, H, W)
Expand Down

0 comments on commit 4e60774

Please sign in to comment.