paper-with-me

Papers

Double Deep Q-Learning in Opponent Modeling

2022-11-24 · Yangtianze Tao, John Doe

Multi-agent systems in which secondary agents with conflicting agendas also alter their methods need opponent modeling. In this study, we simulate the main agent's and secondary agents' tactics using Double Deep Q-Networks (DDQN) with a prioritized experience replay mechanism. Then, under the opponent modeling setup, a Mixture-of-Experts architecture is used to identify various opponent strategy patterns. Finally, we analyze our models in two environments with several agents. The findings indicate that the Mixture-of-Experts model, which is based on opponent modeling, performs better than DDQN.

📄 PDF Abstract BibTeX arXiv:2211.15384

Code (0)

등록된 구현이 없습니다.

Tasks

Mixture-of-ExpertsQ-Learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…
Prioritized Experience Replay Prioritized Experience Replay is a type of experience replay in reinforcement learning where we more frequently replay…

Similar Papers 제목 키워드 기반

Double opponency serves as a basis for color constancy

2024-10-11 · Kai-Fu Yang, Yong-Jie Li

Color constancy (CC) is one of the important perceptual abilities of the human visual system, which states that despite changes in illumination, the perceived colors of surfaces generally tend to remain constant. Neverth…

Color Constancy

Learning Tennis Strategy Through Curriculum-Based Dueling Double Deep Q-Networks

2025-12-20 · Vishnu Mohan arxiv

Tennis strategy optimization is a challenging sequential decision-making problem involving hierarchical scoring, stochastic outcomes, long-horizon credit assignment, physical fatigue, and adaptation to opponent skill. I …

Reinforcement Learning

L2E: Learning to Exploit Your Opponent

2021-02-18 · Zhe Wu, Kai Li, Enmin Zhao, Hang Xu 외

Opponent modeling is essential to exploit sub-optimal opponents in strategic interactions. Most previous works focus on building explicit models to directly predict the opponents' styles or strategies, which require a la…

Model-Based Opponent Modeling

2021-08-04 · Xiaopeng Yu, Jiechuan Jiang, Wanpeng Zhang, Haobin Jiang 외

When one agent interacts with a multi-agent environment, it is challenging to deal with various opponents unseen before. Modeling the behaviors, goals, or beliefs of opponents could help the agent adjust its policy to ad…

model

Variational Autoencoders for Opponent Modeling in Multi-Agent Systems

2020-01-29 · Georgios Papoudakis, Stefano V. Albrecht

Multi-agent systems exhibit complex behaviors that emanate from the interactions of multiple agents in a shared environment. In this work, we are interested in controlling one agent in a multi-agent system and successful…

Reinforcement Learning