We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a17d6d commit 3e6de39Copy full SHA for 3e6de39
torchrl/data/replay_buffers/storages.py
@@ -50,7 +50,7 @@
50
try:
51
from torch.compiler import is_compiling
52
except ImportError:
53
- from torch._dynamo import is_dynamo_compiling as is_compiling
+ from torch._dynamo import is_compiling
54
55
56
class Storage:
0 commit comments