You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for sharing the code in here. Howvere as it is it has some problems-I have cloned your repo and I have all python packages -.
One problem for example is that the State data type is not compatible with the functions code you pass it to i.e. preprocess_frame().
More specially, env.resest() returns a tuple while you assume in your code that it returns an numpy array .
also, problems with plt.imshow() calls...
if you still in this project, since it has been 4 years, I hope you have a look into it and either fix it or kindly take it down from Github
Regards
The text was updated successfully, but these errors were encountered:
Deepanshu,
Thanks for sharing the code in here. Howvere as it is it has some problems-I have cloned your repo and I have all python packages -.
One problem for example is that the State data type is not compatible with the functions code you pass it to i.e. preprocess_frame().
More specially, env.resest() returns a tuple while you assume in your code that it returns an numpy array .
also, problems with plt.imshow() calls...
if you still in this project, since it has been 4 years, I hope you have a look into it and either fix it or kindly take it down from Github
Regards
The text was updated successfully, but these errors were encountered: