paper-with-me

Papers

Recomposing the Reinforcement Learning Building Blocks with Hypernetworks

2021-06-12 · Shai Keynan, Elad Sarafian, Sarit Kraus

The Reinforcement Learning (RL) building blocks, i.e. Q-functions and policy networks, usually take elements from the cartesian product of two domains as input. In particular, the input of the Q-function is both the state and the action, and in multi-task problems (Meta-RL) the policy can take a state and a context. Standard architectures tend to ignore these variables' underlying interpretations and simply concatenate their features into a single vector. In this work, we argue that this choice may lead to poor gradient estimation in actor-critic algorithms and high variance learning steps in Meta-RL algorithms. To consider the interaction between the input variables, we suggest using a Hypernetwork architecture where a primary network determines the weights of a conditional dynamic network. We show that this approach improves the gradient approximation and reduces the learning step variance, which both accelerates learning and improves the final performance. We demonstrate a consistent improvement across different locomotion tasks and different algorithms both in RL (TD3 and SAC) and in Meta-RL (MAML and PEARL).

📄 PDF Abstract BibTeX arXiv:2106.06842

Code (2)

keynans/HypeRL 공식 구현 pytorch
shyamsn97/hyper-nn jax

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

HyperNetwork A HyperNetwork is a network that generates weights for a main network. The behavior of the main network is the same with any usual neural network: it learns to map some raw…

Similar Papers 제목 키워드 기반

Continual Reinforcement Learning for HVAC Systems Control: Integrating Hypernetworks and Transfer Learning

2025-03-24 · Gautham Udayakumar Bekal, Ahmed Ghareeb, Ashish Pujari

Buildings with Heating, Ventilation, and Air Conditioning (HVAC) systems play a crucial role in ensuring indoor comfort and efficiency. While traditionally governed by physics-based models, the emergence of big data has …

Continual LearningDeep Reinforcement LearningModel-based Reinforcement Learningreinforcement-learning+3

Pureformer-VC: Non-parallel One-Shot Voice Conversion with Pure Transformer Blocks and Triplet Discriminative Training

2024-09-03 · Wenhan Yao, Zedong Xing, Xiarun Chen, Jia Liu 외

One-shot voice conversion(VC) aims to change the timbre of any source speech to match that of the target speaker with only one speech sample. Existing style transfer-based VC methods relied on speech representation disen…

DecoderDisentanglementStyle TransferTriplet+1

Hypernetwork Dismantling via Deep Reinforcement Learning

2021-04-29 · Dengcheng Yan, Wenxin Xie, Yiwen Zhang, Qiang He 외

Network dismantling aims to degrade the connectivity of a network by removing an optimal set of nodes. It has been widely adopted in many real-world applications such as epidemic control and rumor containment. However, c…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Discovering Motor Programs by Recomposing Demonstrations

2020-01-01 · ICLR 2020 1 · Tanmay Shankar, Shubham Tulsiani, Lerrel Pinto, Abhinav Gupta

In this paper, we present an approach to learn recomposable motor primitives across large-scale and diverse manipulation demonstrations. Current approaches to decomposing demonstrations into primitives often assume manua…

Hierarchical Reinforcement LearningReinforcement Learning

Assessing Policy, Loss and Planning Combinations in Reinforcement Learning using a New Modular Architecture

2022-01-08 · Tiago Gaspar Oliveira, Arlindo L. Oliveira

The model-based reinforcement learning paradigm, which uses planning algorithms and neural network models, has recently achieved unprecedented results in diverse applications, leading to what is now known as deep reinfor…

Deep Reinforcement LearningModel-based Reinforcement Learningreinforcement-learningReinforcement Learning+1