paper-with-me

홈 › Papers

Embedding Contextual Information through Reward Shaping in Multi-Agent Learning: A Case Study from Google Football

2023-03-25 · Chaoyi Gu, Varuna De Silva, Corentin Artaud, Rafael Pina

Artificial Intelligence has been used to help human complete difficult tasks in complicated environments by providing optimized strategies for decision-making or replacing the manual labour. In environments including multiple agents, such as football, the most common methods to train agents are Imitation Learning and Multi-Agent Reinforcement Learning (MARL). However, the agents trained by Imitation Learning cannot outperform the expert demonstrator, which makes humans hardly get new insights from the learnt policy. Besides, MARL is prone to the credit assignment problem. In environments with sparse reward signal, this method can be inefficient. The objective of our research is to create a novel reward shaping method by embedding contextual information in reward function to solve the aforementioned challenges. We demonstrate this in the Google Research Football (GRF) environment. We quantify the contextual information extracted from game state observation and use this quantification together with original sparse reward to create the shaped reward. The experiment results in the GRF environment prove that our reward shaping method is a useful addition to state-of-the-art MARL algorithms for training agents in environments with sparse reward signal.

📄 PDF Abstract BibTeX arXiv:2303.15471

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingImitation LearningMulti-agent Reinforcement Learning

Methods 이 논문이 사용한 방법론

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…
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…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Six Ways To Communicate To Someone At Expedia Via Phone And Email's. To communicate or get human at Expedia, the quickest option is typically to call their customer service at +1-888-829-0881 or +1(805) 330 (4056). You can also use the live chat…
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…
TTUR The Two Time-scale Update Rule (TTUR) is an update rule for generative adversarial networks trained with stochastic gradient descent. TTUR has an individual learning rate for…
Projection Discriminator A Projection Discriminator is a type of discriminator for generative adversarial networks. It is motivated by a probabilistic model in which the distribution of the…
Non-Local Operation A Non-Local Operation is a component for capturing long-range dependencies with deep neural networks. It is a generalization of the classical non-local mean operation in…

Similar Papers 제목 키워드 기반

Grounding Natural Language Commands to StarCraft II Game States for Narration-Guided Reinforcement Learning

2019-04-24 · Nicholas Waytowich, Sean L. Barton, Vernon Lawhern, Ethan Stump 외

While deep reinforcement learning techniques have led to agents that are successfully able to learn to perform a number of tasks that had been previously unlearnable, these techniques are still susceptible to the longsta…

Deep Reinforcement LearningReinforcement LearningReinforcement Learning (RL)Starcraft+1

Magnetic Field-Based Reward Shaping for Goal-Conditioned Reinforcement Learning

2023-07-16 · Hongyu Ding, Yuanze Tang, Qing Wu, Bo wang 외

Goal-conditioned reinforcement learning (RL) is an interesting extension of the traditional RL framework, where the dynamic environment and reward sparsity can cause conventional learning algorithms to fail. Reward shapi…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

BAMDP Shaping: a Unified Theoretical Framework for Intrinsic Motivation and Reward Shaping

2024-09-09 · Aly Lidayan, Michael Dennis, Stuart Russell

Intrinsic motivation (IM) and reward shaping are common methods for guiding the exploration of reinforcement learning (RL) agents by adding pseudo-rewards. Designing these rewards is challenging, however, and they can co…

Reinforcement Learning (RL)

Learning to Dynamically Select Between Reward Shaping Signals

2021-01-01 · Alexander Politowicz, Bing Liu

Reinforcement learning (RL) algorithms often have the limitation of sample complexity. Previous research has shown that the reliance on large amounts of experience can be mitigated through the presence of additional feed…

Reinforcement Learning (RL)

ARMS: Automatic Reward Shaping for Sparse-Reward Multi-Agent Reinforcement Learning

2026-05-22 · Elie Abboud, Oren Gal arxiv

Sparse rewards are a major bottleneck in multi-agent reinforcement learning (MARL), where simultaneous learning induces non-stationarity and makes reward design especially delicate. Reward shaping can accelerate learning…

Multi-agent Reinforcement Learning