Reinforcement-Learning-on-google-colab icon indicating copy to clipboard operation
Reinforcement-Learning-on-google-colab copied to clipboard

Hi there, I haven't been able to get any of these to work.

Open Tylersuard opened this issue 6 years ago • 0 comments

AC3.Ipynb:


ImportError Traceback (most recent call last) in () 2 import numpy as np 3 import gym ----> 4 from scipy.misc import imresize 5 from gym.core import Wrapper 6 from gym.spaces.box import Box

ImportError: cannot import name 'imresize'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

Tylersuard avatar Jan 01 '20 21:01 Tylersuard