Skip to content

Commit 10ce5dc

Browse files
Fixed typo
1 parent 0b2ae41 commit 10ce5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQN/dqn.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import gym
2-
form gym.wrappers import Monitor
2+
from gym.wrappers import Monitor
33
import itertools
44
import numpy as np
55
import os

0 commit comments

Comments
 (0)