Skip to content

Commit

Permalink
Fix import scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
Hvass-Labs committed Sep 13, 2018
1 parent 2510898 commit 24cacdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reinforcement_learning.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
import numpy as np
import tensorflow as tf
import gym
import scipy.ndimage
import scipy
import sys
import os
import time
Expand Down

0 comments on commit 24cacdc

Please sign in to comment.