Exemplo n.º 1
0
 def test_next_policy_action(self):
     bot = BotSimpleRL(self.env, self.player)
     bot.init_q_state(0)
     assert bot.next_policy_action(bot.dehasher(0), 0) == -1
     pass