José Ignacio Larghi

Results 1 issues of José Ignacio Larghi

Hi Phil, there is a small issue in the method **update_network_parameters(self)**, I think that should be: `self.q_target.set_weights(self.q_eval.get_weights())` instead of: `self.q_target.model.set_weights(self.q_eval.model.get_weights())` Thanks for your code and your videos! These are really...