From 4e60774dedb6d5847c163c985b71928598123b46 Mon Sep 17 00:00:00 2001 From: N00bcak Date: Tue, 2 Jul 2024 18:50:59 +0800 Subject: [PATCH] correct typo --- torchrl/record/loggers/csv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/torchrl/record/loggers/csv.py b/torchrl/record/loggers/csv.py index bb5bbab9df3..087d08a41dd 100644 --- a/torchrl/record/loggers/csv.py +++ b/torchrl/record/loggers/csv.py @@ -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)