LogicJake / blog-issue

0 stars 0 forks source link

Connect X 实践 #28

Open LogicJake opened 3 years ago

LogicJake commented 3 years ago

https://www.logicjake.xyz/2021/10/08/connectx%E5%AE%9E%E8%B7%B5/

游戏目标为在你的对手之前,在游戏板上水平、垂直或对角地放置连续4个跳棋。轮到你时,把你的一个跳棋“投”到棋盘一列中,棋子会掉落在这一列最底部的空位置。 random随机选取尚有空位置的一列进行投放。 123def my_agent(obs, config): from random import choice return choice([c for c in range(config