paper-with-me

홈 › Papers

PARAMETRIZED DEEP Q-NETWORKS LEARNING: PLAYING ONLINE BATTLE ARENA WITH DISCRETE-CONTINUOUS HYBRID ACTION SPACE

2018-01-01 · ICLR 2018 1 · Jiechao Xiong, Qing Wang, Zhuoran Yang, Peng Sun, Yang Zheng, Lei Han, Haobo Fu, Xiangru Lian, Carson Eisenach, Haichuan Yang, Emmanuel Ekwedike, Bei Peng, Haoyue Gao, Tong Zhang, Ji Liu, Han Liu

Most existing deep reinforcement learning (DRL) frameworks consider action spaces that are either discrete or continuous space. Motivated by the project of design Game AI for King of Glory (KOG), one the world’s most popular mobile game, we consider the scenario with the discrete-continuous hybrid action space. To directly apply existing DLR frameworks, existing approaches either approximate the hybrid space by a discrete set or relaxing it into a continuous set, which is usually less efficient and robust. In this paper, we propose a parametrized deep Q-network (P-DQN) for the hybrid action space without approximation or relaxation. Our algorithm combines DQN and DDPG and can be viewed as an extension of the DQN to hybrid actions. The empirical study on the game KOG validates the efficiency and effectiveness of our method.

📄 PDF Abstract BibTeX

Code (1)

opendilab/DI-engine pytorch

Tasks

Deep Reinforcement LearningReinforcement 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} +…
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…
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…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Supervised Learning Achieves Human-Level Performance in MOBA Games: A Case Study of Honor of Kings

2020-11-25 · Deheng Ye, Guibin Chen, Peilin Zhao, Fuhao Qiu 외

We present JueWu-SL, the first supervised-learning-based artificial intelligence (AI) program that achieves human-level performance in playing multiplayer online battle arena (MOBA) games. Unlike prior attempts, we integ…

Arena Learning: Build Data Flywheel for LLMs Post-training via Simulated Chatbot Arena

2024-07-15 · Haipeng Luo, Qingfeng Sun, Can Xu, Pu Zhao 외

Assessing the effectiveness of large language models (LLMs) presents substantial challenges. The method of conducting human-annotated battles in an online Chatbot Arena is a highly effective evaluative technique. However…

Chatbot

MOBA: a New Arena for Game AI

2017-05-30 · Victor do Nascimento Silva, Luiz Chaimowicz

Games have always been popular testbeds for Artificial Intelligence (AI). In the last decade, we have seen the rise of the Multiple Online Battle Arena (MOBA) games, which are the most played games nowadays. In spite of …

Interpretable Contextual Team-aware Item Recommendation: Application in Multiplayer Online Battle Arena Games

2020-07-30 · Andrés Villa, Vladimir Araujo, Francisca Cattan, Denis Parra

The video game industry has adopted recommendation systems to boost users interest with a focus on game sales. Other exciting applications within video games are those that help the player make decisions that would maxim…

Recommendation Systems

DraftRec: Personalized Draft Recommendation for Winning in Multi-Player Online Battle Arena Games

2022-04-27 · Hojoon Lee, Dongyoon Hwang, Hyunseung Kim, Byungkun Lee 외

This paper presents a personalized character recommendation system for Multiplayer Online Battle Arena (MOBA) games which are considered as one of the most popular online video game genres around the world. When playing …