Reinforcement-Learning icon indicating copy to clipboard operation
Reinforcement-Learning copied to clipboard

Does not work

Open ramiruby opened this issue 1 year ago • 0 comments

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

ramiruby avatar May 25 '24 18:05 ramiruby