Tag

DouZero

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 19, 2025 · Artificial Intelligence

Building an AI‑Powered Dou Dizhu Card‑Playing Assistant with YOLOv5 and DouZero

This tutorial explains how to create an AI‑driven Dou Dizhu (Chinese poker) assistant that captures game screenshots, uses YOLOv5 for card detection, leverages the DouZero model for optimal move prediction, and provides a PyQt5 UI for real‑time play assistance, including environment setup and code examples.

AIDouZeroPyQt5
0 likes · 13 min read
Building an AI‑Powered Dou Dizhu Card‑Playing Assistant with YOLOv5 and DouZero
Python Programming Learning Circle
Python Programming Learning Circle
Aug 10, 2021 · Artificial Intelligence

Building an AI Dou Dizhu Card‑Playing Assistant with DouZero and PyQt5

This article explains how to create an AI‑driven Dou Dizhu card‑playing assistant by integrating the open‑source DouZero model with a PyQt5 GUI, covering UI layout, hand‑card and role recognition via screen capture, AI decision making, and step‑by‑step deployment instructions.

AICard RecognitionDouZero
0 likes · 17 min read
Building an AI Dou Dizhu Card‑Playing Assistant with DouZero and PyQt5
Kuaishou Tech
Kuaishou Tech
Jun 18, 2021 · Artificial Intelligence

DouZero: A Simple Monte‑Carlo Based AI Achieving Human‑Level Performance in Dou Dizhu

The paper presents DouZero, a reinforcement‑learning AI for the Chinese card game Dou Dizhu that combines a Monte‑Carlo method with a value network, uses binary matrix encodings for states and actions, and achieves human‑level play and state‑of‑the‑art results on modest GPU hardware.

AICard GamesDou Dizhu
0 likes · 15 min read
DouZero: A Simple Monte‑Carlo Based AI Achieving Human‑Level Performance in Dou Dizhu