Skip to content

Commit 33a725c

Browse files
committed
add missing import change
1 parent 7beaa91 commit 33a725c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchbenchmark/models/drq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import numpy as np
66
import torch
7-
from gymnasium import spaces
7+
from gym import spaces
88
from torchbenchmark.tasks import REINFORCEMENT_LEARNING
99

1010
from ...util.model import BenchmarkModel

0 commit comments

Comments
 (0)