INDHRA KIRANU N A

Results 3 comments of INDHRA KIRANU N A

**remove** from gym.spaces import prng and **replace** random_array = prng.np_random.rand(self.num_discrete_space) with random_array = np.random.RandomState().rand(self.num_discrete_space) @christopherhesse please close

@christopherhesse thanks for quick reply can u help me out with the following code **OBSERVATION SPACE IS GIVING ERROR** import numpy as np import gym from keras.models import Sequential from...

@mmmikael @Zamiell @Usmaniatech did any of you rectified the issue, if so do share the solution