zx081325

Results 2 comments of zx081325

board.py中wouldBeKoCapture实现: def wouldBeKoCapture(self, loc, pla): if self.board[loc] == Board.EMPTY: return False

/root/.pyenv/versions/3.7.5/lib/python3.7/site-packages/gym/envs/registration.py:556: UserWarning: WARN: The environment CartPole-v0 is out of date. You should consider upgrading to version `v1`. f"The environment {id} is out of date. You should consider " /root/my_ai_lib/env/ccgame.py:22: VisibleDeprecationWarning:...