Example #1
0
 def get_state(self):
     return [TFPolicy.get_state(self), self.cur_epsilon_value]
Example #2
0
 def get_state(self):
     return TFPolicy.get_state(self)
Example #3
0
 def get_state(self):
     return [
         TFPolicy.get_state(self), self.cur_noise_scale,
         self.cur_pure_exploration_phase
     ]