def update_plot(self):
     if self.plot:
         plotter.update_plot(self.policy, self.max_path_length)
Esempio n. 2
0
 def update_plot(self):
     if self.plot:
         plotter.update_plot(self.policy, self.max_path_length)