CORTEXA
← Browse
crossrefElectronics2023-05-29Cited by 3

Imperfect-Information Game AI Agent Based on Reinforcement Learning Using Tree Search and a Deep Neural Network

Xin Ouyang, Ting Zhou

In the field of computer intelligence, it has always been a challenge to construct an agent model that can be adapted to various complex tasks. In recent years, based on the planning algorithm of Monte Carlo tree search (MCTS), a new idea has been proposed to solve the AI problems of two-player zero-sum games such as chess and Go. However, most of the games in the real environment rely on imperfect information, so it is impossible to directly use the normal tree search planning algorithm to construct a decision-making model. Mahjong, which is a popular multiplayer game with a long history in China, attracts great attention from AI researchers because it contains a large game state space and a lot of hidden information. In this paper, we utilize an agent learning approach that leverages deep learning, reinforcement learning, and dropout learning techniques to implement a Mahjong AI game agent. First, we improve the state transition of the tree search based on the learned MDP model, the player position variable and transition information are introduced into the tree search algorithm to construct a multiplayer search tree. Then, the model training based on a deep reinforcement learning method ensures the stable and sustainable training process of the learned MDP model. Finally, we utilize the strategy data generated by the tree search and use the dropout learning method to train the normal decision-making agent. The experimental results demonstrate the efficiency and stability performance of the agent trained by our proposed method compared with existing agents in terms of test data accuracy, tournament ranking performance, and online match performance. The agent plays against human players and acts like real humans.

View free PDFSource page

Related papers

openalexElectronics2026-07-24

A Physics-Informed Neural Network for Graph-Based Network Traffic Prediction

Yuhao Zhang, Yuhao Feng, S L Zhang, Peifeng Liang, Wei Guan

Accurate network traffic prediction is important for the autonomy, resilience and resource orchestration of 6G and AI-native communication infrastructures, while also supporting green networking and digital twin network applications. However, existing data-driven prediction model…

View free PDFSource page
crossrefElectronics2026-07-24

Uncertainty-Aware Machine Learning for Delay-Spread Estimation and Surplus Guard Interval Utilization in IEEE 802.11be Environments

Jung-Min Moon, Na-Eun Park, Il-Gu Lee

Herein, an uncertainty quantification-based framework is proposed for estimating the root mean square (RMS) delay spread σ as a probability distribution in IEEE 802.11be environments. The method selects a guard interval (GI) using a safety margin derived from the 90th-percentile…

View free PDFSource page
crossrefElectronics2026-07-24

Deep Learning-Based Defect Segmentation in PAUT B-Scan Images for Nondestructive Evaluation of Metallic Blocks

Le Khuong Phan, Dinh Tuan Nguyen, Thi Thu Ha Vu, Tan Hung Vo, Anh Kiet Nguyen, Jaeyeop Choi, et al.

Metallic blocks and components are indispensable across the aerospace, energy, and heavy-engineering industries, where undetected internal flaws such as cracks, voids, and inclusions may precipitate catastrophic structural failure. Reliable nondestructive evaluation (NDE) is esse…

View free PDFSource page
openalexElectronics2026-07-24

A Grey-Box Surrogate Feature Engineering Approach Based on GP-ANN for Digital Twin Applications

Berkan Zöhra, Mehmet Ekici

This study proposes a sequential Hybrid GP-ANN architecture based on the concept of autonomous feature engineering for multi-output performance prediction of single-phase induction motors, serving as a high-fidelity surrogate model ready for digital twin integration. The required…

View free PDFSource page
openalexElectronics2026-07-24

Victim Detection and Localization for Search-and-Rescue: A Robot-Mounted UWB Radar with a Hybrid CNN–ViT Model

Antonios-Periklis Michalopoulos, Efstratios N. Paliodimos, Grigoris Nikolaou, Demetrios Cantzos, Stelios Α. Mitilineos

Robotic systems for search-and-rescue operations require robust, non-line-of-sight victim detection in order to locate trapped individuals behind obstacles with high precision. This paper presents a robotic victim-localization system based on a convolutional neural network—vision…

View free PDFSource page
crossrefElectronics2026-07-24

CAE-ResNet18: A Hybrid Deep Learning Framework for Accurate Diagnosis of Developmental Dysplasia of the Hip from Frog-Leg X-Rays

Yuanjie Peng, Yali Chen, Bei Liu, Tongbo Zou, Junming Xiao, Shenghui Zhou, et al.

This study aimed to develop and evaluate a deep learning diagnostic model integrating a convolutional autoencoder (CAE) and ResNet18 for the early and accurate diagnosis of developmental dysplasia of the hip (DDH) in children, addressing the subjectivity of traditional methods. T…

View free PDFSource page