Exemplo n.º 1
0
 def realize(self, action):
     return [pendulum() < self.theta.dot(self.xt[arm]) for arm in action]
Exemplo n.º 2
0
 def realize(self, action):
     return [pendulum() < self.theta.dot(self.xt[arm]) + self.b + np.random.normal(0, self.eps) for arm in action]
Exemplo n.º 3
0
 def realize(self, action):
     return [
         pendulum() < self.theta.dot(self.xt[arm]) + self.b +
         np.random.normal(0, self.eps) for arm in action
     ]