paper-with-me

Papers

Learning Compositional Neural Programs for Continuous Control

2020-07-27 · Thomas Pierrot, Nicolas Perrin, Feryal Behbahani, Alexandre Laterre, Olivier Sigaud, Karim Beguir, Nando de Freitas

We propose a novel solution to challenging sparse-reward, continuous control problems that require hierarchical planning at multiple levels of abstraction. Our solution, dubbed AlphaNPI-X, involves three separate stages of learning. First, we use off-policy reinforcement learning algorithms with experience replay to learn a set of atomic goal-conditioned policies, which can be easily repurposed for many tasks. Second, we learn self-models describing the effect of the atomic policies on the environment. Third, the self-models are harnessed to learn recursive compositional programs with multiple levels of abstraction. The key insight is that the self-models enable planning by imagination, obviating the need for interaction with the world when learning higher-level compositional programs. To accomplish the third stage of learning, we extend the AlphaNPI algorithm, which applies AlphaZero to learn recursive neural programmer-interpreters. We empirically show that AlphaNPI-X can effectively learn to tackle challenging sparse manipulation tasks, such as stacking multiple blocks, where powerful model-free baselines fail.

📄 PDF Abstract BibTeX arXiv:2007.13363

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous Control

Methods 이 논문이 사용한 방법론

AlphaZero AlphaZero is a reinforcement learning agent for playing board games such as Go, chess, and shogi.
Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Iterated Decomposition: Improving Science Q&A by Supervising Reasoning Processes

2023-01-04 · Justin Reppert, Ben Rachbach, Charlie George, Luke Stebbing 외

Language models (LMs) can perform complex reasoning either end-to-end, with hidden latent state, or compositionally, with transparent intermediate state. Composition offers benefits for interpretability and safety, but m…

Continuous Reachability Task Transition Using Control Barrier Functions

2020-05-25

In this paper, a method to achieve smooth transitions between sequential reachability tasks for a continuous time mobile robotic system is presented. Control barrier functions provide formal guarantees of forward invaria…

Compositional Synthesis of Signal Temporal Logic Tasks via Assume-Guarantee Contracts

2022-03-18 · Siyuan Liu, Adnane Saoud, Pushpak Jagtap, Dimos V. Dimarogonas 외

In this paper, we focus on the problem of compositional synthesis of controllers enforcing signal temporal logic (STL) tasks over a class of continuous-time nonlinear interconnected systems. By leveraging the idea of fun…

Improving Compositionality of Neural Networks by Decoding Representations to Inputs

2021-06-01 · NeurIPS 2021 12 · Mike Wu, Noah Goodman, Stefano Ermon

In traditional software programs, it is easy to trace program logic from variables back to input, apply assertion statements to block erroneous behavior, and compose programs together. Although deep learning programs hav…

FairnessOut-of-Distribution Detection

Compositional Semantics for Probabilistic Programs with Exact Conditioning

2021-01-27 · Dario Stein, Sam Staton

We define a probabilistic programming language for Gaussian random variables with a first-class exact conditioning construct. We give operational, denotational and equational semantics for this language, establishing con…

Probabilistic Programming