Olatunji Mumini Omisore

Results 3 comments of Olatunji Mumini Omisore

> > I am getting gray images even after the adjustments. Can anyone suggest a solution? > > What is the COLOR_DICT you use when writing the images? @deaspo did...

Can you kindly explain this Loc? mf = [[['gaussmf',{'mean':0.,'sigma':1.}],['gaussmf',{'mean':-1.,'sigma':2.}],['gaussmf',{'mean':-4.,'sigma':10.}],['gaussmf',{'mean':-7.,'sigma':7.}]], [['gaussmf',{'mean':1.,'sigma':2.}],['gaussmf',{'mean':2.,'sigma':3.}],['gaussmf',{'mean':-2.,'sigma':10.}],['gaussmf',{'mean':-10.5,'sigma':5.}]]]

> Hi I am using python 3.6 , when write the following > import gym > import gym_maze > env = gym.make("maze-random-10x10-plus-v0") > > I get the following errors. The...