paper-with-me

Papers

DouZero+: Improving DouDizhu AI by Opponent Modeling and Coach-guided Learning

2022-04-06 · Youpeng Zhao, Jian Zhao, Xunhan Hu, Wengang Zhou, Houqiang Li

Recent years have witnessed the great breakthrough of deep reinforcement learning (DRL) in various perfect and imperfect information games. Among these games, DouDizhu, a popular card game in China, is very challenging due to the imperfect information, large state space, elements of collaboration and a massive number of possible moves from turn to turn. Recently, a DouDizhu AI system called DouZero has been proposed. Trained using traditional Monte Carlo method with deep neural networks and self-play procedure without the abstraction of human prior knowledge, DouZero has outperformed all the existing DouDizhu AI programs. In this work, we propose to enhance DouZero by introducing opponent modeling into DouZero. Besides, we propose a novel coach network to further boost the performance of DouZero and accelerate its training process. With the integration of the above two techniques into DouZero, our DouDizhu AI system achieves better performance and ranks top in the Botzone leaderboard among more than 400 AI agents, including DouZero.

📄 PDF Abstract BibTeX arXiv:2204.02558

Code (1)

submit-paper/doudizhu 공식 구현 pytorch

Tasks

Deep Reinforcement Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
Tanh Activation 설명 없음
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning

2021-06-11 · Daochen Zha, Jingru Xie, Wenye Ma, Sheng Zhang 외

Games are abstractions of the real world, where artificial agents learn to compete and cooperate with other agents. While significant achievements have been made in various perfect- and imperfect-information games, DouDi…

Card GamesDeep Reinforcement LearningGame of PokerMulti-agent Reinforcement Learning+3

DouRN: Improving DouZero by Residual Neural Networks

2024-03-21 · Yiquan Chen, Yingchao Lyu, Di Zhang

Deep reinforcement learning has made significant progress in games with imperfect information, but its performance in the card game Doudizhu (Chinese Poker/Fight the Landlord) remains unsatisfactory. Doudizhu is differen…

Deep Reinforcement Learning

AlphaDou: High-Performance End-to-End Doudizhu AI Integrating Bidding

2024-07-14 · Chang Lei, Huan Lei

Artificial intelligence for card games has long been a popular topic in AI research. In recent years, complex card games like Mahjong and Texas Hold'em have been solved, with corresponding AI programs reaching the level …

Card Games

An analysis of Reinforcement Learning applied to Coach task in IEEE Very Small Size Soccer

2020-11-23 · Carlos H. C. Pena, Mateus G. Machado, Mariana S. Barros, José D. P. Silva 외

The IEEE Very Small Size Soccer (VSSS) is a robot soccer competition in which two teams of three small robots play against each other. Traditionally, a deterministic coach agent will choose the most suitable strategy and…

Reinforcement Learning (RL)

ASTRA: A Negotiation Agent with Adaptive and Strategic Reasoning through Action in Dynamic Offer Optimization

2025-03-10 · Deuksin Kwon, Jiwon Hae, Emma Clift, Daniel Shamsoddini 외

Negotiation requires dynamically balancing self-interest and cooperation to maximize one's own utility. Yet, existing agents struggle due to bounded rationality in human data, low adaptability to counterpart behavior, an…