From 62783a9aa9f56e7d93ea9ac56b59ef9fc306396d Mon Sep 17 00:00:00 2001 From: Vincent Moens Date: Wed, 10 Apr 2024 12:38:52 +0200 Subject: [PATCH] init --- torchrl/record/recorder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/torchrl/record/recorder.py b/torchrl/record/recorder.py index c7abe28f690..a486b689feb 100644 --- a/torchrl/record/recorder.py +++ b/torchrl/record/recorder.py @@ -2,6 +2,7 @@ # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. +from __future__ import annotations import importlib.util from copy import copy