paper-with-me

홈 › Papers

Adaptive action supervision in reinforcement learning from real-world multi-agent demonstrations

2023-05-22 · Keisuke Fujii, Kazushi Tsutsui, Atom Scott, Hiroshi Nakahara, Naoya Takeishi, Yoshinobu Kawahara

Modeling of real-world biological multi-agents is a fundamental problem in various scientific and engineering fields. Reinforcement learning (RL) is a powerful framework to generate flexible and diverse behaviors in cyberspace; however, when modeling real-world biological multi-agents, there is a domain gap between behaviors in the source (i.e., real-world data) and the target (i.e., cyberspace for RL), and the source environment parameters are usually unknown. In this paper, we propose a method for adaptive action supervision in RL from real-world demonstrations in multi-agent scenarios. We adopt an approach that combines RL and supervised learning by selecting actions of demonstrations in RL based on the minimum distance of dynamic time warping for utilizing the information of the unknown source dynamics. This approach can be easily applied to many existing neural network architectures and provide us with an RL model balanced between reproducibility as imitation and generalization ability to obtain rewards in cyberspace. In the experiments, using chase-and-escape and football tasks with the different dynamics between the unknown source and target environments, we show that our approach achieved a balance between the reproducibility and the generalization ability compared with the baselines. In particular, we used the tracking data of professional football players as expert demonstrations in football and show successful performances despite the larger gap between behaviors in the source and target environments than the chase-and-escape task.

📄 PDF Abstract BibTeX arXiv:2305.13030

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Time Warpingreinforcement-learningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

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…
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,…
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 제목 키워드 기반

Safe Reinforcement Learning Using Robust Action Governor

2021-02-21 · Yutong Li, Nan Li, H. Eric Tseng, Anouck Girard 외

Reinforcement Learning (RL) is essentially a trial-and-error learning procedure which may cause unsafe behavior during the exploration-and-exploitation process. This hinders the application of RL to real-world control pr…

RAGreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Policy and World Modeling Co-Training for Language Agents

2026-06-01 · Ning Lu, Baijiong Lin, Shengcai Liu, Jiahao Wu 외 arxiv

Reinforcement learning (RL) improves large language model (LLM) agents by teaching them which actions lead to high rewards, but provides little supervision on what those actions do to the environment. World modeling (WM)…

Reinforcement Learning

Online World Modeling Enables Real-World Inverse Reinforcement Learning from Observation

2026-02-27 · Tyler Han, Bat Nemekhbold, Siyang Shen, Rohan Baijal 외 arxiv

Current methods in robot learning are fundamentally bottlenecked by one or more of: hand-designed rewards, simulation modeling, or action supervision (e.g. teleoperation) each requiring significant domain expertise, engi…

Reinforcement Learning

RedFlow: Redirect Failure into Action-Level Corrections for Flow-matching VLA Policy

2026-07-30 · Zhengyang Yan, Junhao Li, Fangqi Zhu, Zijun Wang 외 arxiv

Flow-matching Vision-Language-Action (VLA) policies have shown strong potential for robotic manipulation but often suffer from compounding errors caused by distribution shifts during deployment. While offline reinforceme…

Reinforcement LearningOffline RL

PEAR: Primitive enabled Adaptive Relabeling for boosting Hierarchical Reinforcement Learning

2023-06-10 · Utsav Singh, Vinay P. Namboodiri

Hierarchical reinforcement learning (HRL) has the potential to solve complex long horizon tasks using temporal abstraction and increased exploration. However, hierarchical agents are difficult to train due to inherent no…

Decision MakingHierarchical Reinforcement LearningImitation Learningreinforcement-learning+2