paper-with-me

Papers

AlphaStar Unplugged: Large-Scale Offline Reinforcement Learning

2023-08-07 · Michaël Mathieu, Sherjil Ozair, Srivatsan Srinivasan, Caglar Gulcehre, Shangtong Zhang, Ray Jiang, Tom Le Paine, Richard Powell, Konrad Żołna, Julian Schrittwieser, David Choi, Petko Georgiev, Daniel Toyama, Aja Huang, Roman Ring, Igor Babuschkin, Timo Ewalds, Mahyar Bordbar, Sarah Henderson, Sergio Gómez Colmenarejo, Aäron van den Oord, Wojciech Marian Czarnecki, Nando de Freitas, Oriol Vinyals

StarCraft II is one of the most challenging simulated reinforcement learning environments; it is partially observable, stochastic, multi-agent, and mastering StarCraft II requires strategic planning over long time horizons with real-time low-level execution. It also has an active professional competitive scene. StarCraft II is uniquely suited for advancing offline RL algorithms, both because of its challenging nature and because Blizzard has released a massive dataset of millions of StarCraft II games played by human players. This paper leverages that and establishes a benchmark, called AlphaStar Unplugged, introducing unprecedented challenges for offline reinforcement learning. We define a dataset (a subset of Blizzard's release), tools standardizing an API for machine learning methods, and an evaluation protocol. We also present baseline agents, including behavior cloning, offline variants of actor-critic and MuZero. We improve the state of the art of agents using only offline data, and we achieve 90% win rate against previously published AlphaStar behavior cloning agent.

📄 PDF Abstract BibTeX arXiv:2308.03526

Code (1)

deepmind/alphastar jax

Tasks

Offline RLreinforcement-learningReinforcement LearningStarcraftStarcraft II

Methods 이 논문이 사용한 방법론

[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

RL Unplugged: A Collection of Benchmarks for Offline Reinforcement Learning

2020-12-01 · NeurIPS 2020 12 · Caglar Gulcehre, Ziyu Wang, Alexander Novikov, Thomas Paine 외

Offline methods for reinforcement learning have a potential to help bridge the gap between reinforcement learning research and real-world applications. They make it possible to learn policies from offline datasets, thus …

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

RL Unplugged: A Suite of Benchmarks for Offline Reinforcement Learning

2020-06-24 · Caglar Gulcehre, Ziyu Wang, Alexander Novikov, Tom Le Paine 외

Offline methods for reinforcement learning have a potential to help bridge the gap between reinforcement learning research and real-world applications. They make it possible to learn policies from offline datasets, thus …

Atari GamesDQN Replay DatasetMuJoCo GamesOffline RL+3

Online and Offline Reinforcement Learning by Planning with a Learned Model

2021-04-13 · NeurIPS 2021 12 · Julian Schrittwieser, Thomas Hubert, Amol Mandhane, Mohammadamin Barekatain 외

Learning efficiently from small amounts of data has long been the focus of model-based reinforcement learning, both for the online case when interacting with the environment and the offline case when learning from a fixe…

Atari GamesContinuous ControlModel-based Reinforcement LearningOffline RL+3

Efficient Offline Policy Optimization with a Learned Model

2022-10-12 · Zichen Liu, Siyi Li, Wee Sun Lee, Shuicheng Yan 외

MuZero Unplugged presents a promising approach for offline policy learning from logged data. It conducts Monte-Carlo Tree Search (MCTS) with a learned model and leverages Reanalyze algorithm to learn purely from offline …

Offline RL

An Introduction of mini-AlphaStar

2021-04-14 · Ruo-Ze Liu, Wenhai Wang, Yanjie Shen, Zhiqi Li 외

StarCraft II (SC2) is a real-time strategy game in which players produce and control multiple units to fight against opponent's units. Due to its difficulties, such as huge state space, various action space, a long time …

StarcraftStarcraft II