Example #1
0
 def set_state(self, state):
     TFPolicyGraph.set_state(self, state[0])
     self.set_epsilon(state[1])
Example #2
0
 def set_state(self, state):
     TFPolicyGraph.set_state(self, state[0])
     self.set_epsilon(state[1])
Example #3
0
 def set_state(self, state):
     TFPolicyGraph.set_state(self, state[0])
     self.set_epsilon(state[1])
     self.set_pure_exploration_phase(state[2])