Exemplo n.º 1
0
 def set_state(self, state):
     TFPolicyGraph.set_state(self, state[0])
     self.set_epsilon(state[1])
Exemplo n.º 2
0
 def set_state(self, state):
     TFPolicyGraph.set_state(self, state[0])
     self.set_epsilon(state[1])
Exemplo n.º 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])