22 Star 292 Fork 116

Daochen Zha / DouZero

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
random_agent.py 171 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daochen Zha 提交于 2021-06-02 01:51 . Init
import random
class RandomAgent():
def __init__(self):
self.name = 'Random'
def act(self, infoset):
return random.choice(infoset.legal_actions)
Python
1
https://gitee.com/daochenzha/DouZero.git
git@gitee.com:daochenzha/DouZero.git
daochenzha
DouZero
DouZero
main

搜索帮助