paper-with-me

Papers

Honor of Kings Arena: an Environment for Generalization in Competitive Reinforcement Learning

2022-09-18 · Hua Wei, Jingxiao Chen, Xiyang Ji, Hongyang Qin, Minwen Deng, Siqin Li, Liang Wang, Weinan Zhang, Yong Yu, Lin Liu, Lanxiao Huang, Deheng Ye, Qiang Fu, Wei Yang

This paper introduces Honor of Kings Arena, a reinforcement learning (RL) environment based on Honor of Kings, one of the world's most popular games at present. Compared to other environments studied in most previous work, ours presents new generalization challenges for competitive reinforcement learning. It is a multi-agent problem with one agent competing against its opponent; and it requires the generalization ability as it has diverse targets to control and diverse opponents to compete with. We describe the observation, action, and reward specifications for the Honor of Kings domain and provide an open-source Python-based interface for communicating with the game engine. We provide twenty target heroes with a variety of tasks in Honor of Kings Arena and present initial baseline results for RL-based methods with feasible computing resources. Finally, we showcase the generalization challenges imposed by Honor of Kings Arena and possible remedies to the challenges. All of the software, including the environment-class, are publicly available at https://github.com/tencent-ailab/hok_env . The documentation is available at https://aiarena.tencent.com/hok/doc/ .

📄 PDF Abstract BibTeX arXiv:2209.08483

Code (1)

tencent-ailab/hok_env 공식 구현

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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…

Hokoff: Real Game Dataset from Honor of Kings and its Offline Reinforcement Learning Benchmarks

2024-08-20 · NeurIPS 2023 11 · Yun Qu, Boyuan Wang, Jianzhun Shao, Yuhang Jiang 외

The advancement of Offline Reinforcement Learning (RL) and Offline Multi-Agent Reinforcement Learning (MARL) critically depends on the availability of high-quality, pre-collected offline datasets that represent real-worl…

Multi-agent Reinforcement LearningMulti-Task LearningOffline RLreinforcement-learning+2

Mini Honor of Kings: A Lightweight Environment for Multi-Agent Reinforcement Learning

2024-06-06 · Lin Liu, Jian Zhao, Cheng Hu, Zhengtao Cao 외

Games are widely used as research environments for multi-agent reinforcement learning (MARL), but they pose three significant challenges: limited customization, high computational demands, and oversimplification. To addr…

Multi-agent Reinforcement Learning

Interpretable Real-Time Win Prediction for Honor of Kings, a Popular Mobile MOBA Esport

2020-08-14 · Zelong Yang, Zhufeng Pan, Yan Wang, Deng Cai 외

With the rapid prevalence and explosive development of MOBA esports (Multiplayer Online Battle Arena electronic sports), much research effort has been devoted to automatically predicting game results (win predictions). W…

Attribute

Boosting Offline Reinforcement Learning with Residual Generative Modeling

2021-06-19 · Hua Wei, Deheng Ye, Zhao Liu, Hao Wu 외

Offline reinforcement learning (RL) tries to learn the near-optimal policy with recorded offline experience without online exploration. Current offline RL research includes: 1) generative modeling, i.e., approximating a …

Offline RLQ-Learningreinforcement-learningReinforcement Learning+1