philtabor / Youtube-Code-Repository

Repository for most of the code from my YouTube channel
861 stars 480 forks source link

issue in keras actor critic code #6

Open salos1982 opened 5 years ago

salos1982 commented 5 years ago

Example crashes on drawing plot. There are not enough parameters

philtabor commented 4 years ago

Sounds like you're using the plotLearning function from the deep Q learning directory. Can you confirm whether or not this is the case? That version does indeed expect an array of epsilons, so that would fit with the problem description.

I really need to consolidate those functions, and indeed the entirety of the code base.

hbarisik commented 4 years ago

requirements.txt would be great to make sure that we use the same versions as you do.

Great work Phil!

Hakan