paper-with-me

Papers

Reinforcement Learning with Simple Sequence Priors

2023-05-26 · NeurIPS 2023 11

Everything else being equal, simpler models should be preferred over more complex ones. In reinforcement learning (RL), simplicity is typically quantified on an action-by-action basis -- but this timescale ignores temporal regularities, like repetitions, often present in sequential strategies. We therefore propose an RL algorithm that learns to solve tasks with sequences of actions that are compressible. We explore two possible sources of simple action sequences: Sequences that can be learned by autoregressive models, and sequences that are compressible with off-the-shelf data compression algorithms. Distilling these preferences into sequence priors, we derive a novel information-theoretic objective that incentivizes agents to learn policies that maximize rewards while conforming to these priors. We show that the resulting RL algorithm leads to faster learning, and attains higher returns than state-of-the-art model-free approaches in a series of continuous control tasks from the DeepMind Control Suite. These priors also produce a powerful information-regularized agent that is robust to noisy observations and can perform open-loop control.

📄 PDF Abstract BibTeX arXiv:2305.17109

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlData Compressionreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Nonparametric Bayesian Policy Priors for Reinforcement Learning

2010-12-01 · NeurIPS 2010 12 · Finale Doshi-Velez, David Wingate, Nicholas Roy, Joshua B. Tenenbaum

We consider reinforcement learning in partially observable domains where the agent can query an expert for demonstrations. Our nonparametric Bayesian approach combines model knowledge, inferred from expert information an…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

More Efficient Exploration with Symbolic Priors on Action Sequence Equivalences

2021-10-20 · Toby Johnstone, Nathan Grinsztajn, Johan Ferret, Philippe Preux

Incorporating prior knowledge in reinforcement learning algorithms is mainly an open question. Even when insights about the environment dynamics are available, reinforcement learning is traditionally used in a tabula ras…

Efficient ExplorationOpen-Ended Question Answeringreinforcement-learningReinforcement Learning+1

SFP: State-free Priors for Exploration in Off-Policy Reinforcement Learning

2022-05-26 · Marco Bagatella, Sammy Christen, Otmar Hilliges

Efficient exploration is a crucial challenge in deep reinforcement learning. Several methods, such as behavioral priors, are able to leverage offline data in order to efficiently accelerate reinforcement learning on comp…

continuous-controlContinuous ControlDeep Reinforcement LearningEfficient Exploration+3

Using Image Transformations to Learn Network Structure

2021-12-06 · Brayan Ortiz, Amitabh Sinha

Many learning tasks require observing a sequence of images and making a decision. In a transportation problem of designing and planning for shipping boxes between nodes, we show how to treat the network of nodes and the …

Image Compression

Leveraging Demonstrations with Latent Space Priors

2022-10-26 · Jonas Gehring, Deepak Gopinath, Jungdam Won, Andreas Krause 외

Demonstrations provide insight into relevant state or action space regions, bearing great potential to boost the efficiency and practicality of reinforcement learning agents. In this work, we propose to leverage demonstr…

Offline RL