Is there a reason for returning only the first card of the dealer in openAI Blackjack-v0 in function _get_obs or is that a bug?

后端 未结 0 1825
半阙折子戏
半阙折子戏 2021-01-26 00:41

https://github.com/openai/gym/blob/master/gym/envs/toy_text/blackjack.py

In line 113:
return (sum_hand(self.player), self.dealer[0], usable_ace(self.player))

相关标签:
回答
  • 消灭零回复
提交回复
热议问题