Skip to content

Commit 24cacdc

Browse files
committed
Fix import scipy
1 parent 2510898 commit 24cacdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reinforcement_learning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
import numpy as np
159159
import tensorflow as tf
160160
import gym
161-
import scipy.ndimage
161+
import scipy
162162
import sys
163163
import os
164164
import time

0 commit comments

Comments
 (0)