Skip to content

Commit 10ce5dc

Browse files
Fixed typo
1 parent 0b2ae41 commit 10ce5dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DQN/dqn.py

Lines changed: 1 addition & 1 deletion
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)