-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Dear,
thank you for sharing your code. I made some modifications just to let it run under Tensorflow 2 avoiding some errors on placeholders and importing the slim library. I run it on CartPole with the default settings, I just increased the max number of steps to see how much it could learn. I have to say that the performance is quite poor in terms of speed, but it could be a problem with my SO and HW configuration, but also in terms of results. And at a certain point, it gets stuck. Even if the log shows a few seconds for episodes it takes hours for each. And now, after 10 runs it has done just 61 episodes, with a number of steps that is just a little bit higher than a random run. Have you ever tried to run it increasing the max number of steps to 5000? Which are your results? Thank you.
