paper-with-me

Papers

GPU-Accelerated Policy Optimization via Batch Automatic Differentiation of Gaussian Processes for Real-World Control

2022-02-28 · Abdolreza Taheri, Joni Pajarinen, Reza Ghabcheloo

The ability of Gaussian processes (GPs) to predict the behavior of dynamical systems as a more sample-efficient alternative to parametric models seems promising for real-world robotics research. However, the computational complexity of GPs has made policy search a highly time and memory consuming process that has not been able to scale to larger problems. In this work, we develop a policy optimization method by leveraging fast predictive sampling methods to process batches of trajectories in every forward pass, and compute gradient updates over policy parameters by automatic differentiation of Monte Carlo evaluations, all on GPU. We demonstrate the effectiveness of our approach in training policies on a set of reference-tracking control experiments with a heavy-duty machine. Benchmark results show a significant speedup over exact methods and showcase the scalability of our method to larger policy networks, longer horizons, and up to thousands of trajectories with a sublinear drop in speed.

📄 PDF Abstract BibTeX arXiv:2202.13638

Code (0)

등록된 구현이 없습니다.

Tasks

Gaussian ProcessesGPU

Methods 이 논문이 사용한 방법론

GPS Greedy Policy Search (GPS) is a simple algorithm that learns a policy for test-time data augmentation based on the predictive performance on a validation set. GPS starts with…

Similar Papers 제목 키워드 기반

GLinSAT: The General Linear Satisfiability Neural Network Layer By Accelerated Gradient Descent

2024-09-26 · Hongtai Zeng, Chao Yang, Yanzhen Zhou, Cheng Yang 외

Ensuring that the outputs of neural networks satisfy specific constraints is crucial for applying neural networks to real-life decision-making problems. In this paper, we consider making a batch of neural network outputs…

Decision MakingGraph Matching

Accelerated Fourier SAT (AFSAT): Fully Realising a GPU-based Symmetric Pseudo-Boolean SAT Solver

2026-06-04 · Cody J Christopher, Charles Gretton arxiv

We present Accelerated Fourier SAT (AFSAT), a GPU-accelerated solver for pseudo-Boolean satisfiability based on continuous local search (CLS). AFSAT realises the proof-of-concept approach, FastFourierSAT, into a fully-en…

Efficient and flexible approach to ptychography using an optimization framework based on automatic differentiation

2020-10-05 · Jacob Seifert, Dorian Bouchet, Lars Loetgering, Allard P. Mosk

Ptychography is a lensless imaging method that allows for wavefront sensing and phase-sensitive microscopy from a set of diffraction patterns. Recently, it has been shown that the optimization task in ptychography can be…

The Elements of Differentiable Programming

2024-03-21 · Mathieu Blondel, Vincent Roulet

Artificial intelligence has recently experienced remarkable advances, fueled by large models, vast datasets, accelerated hardware, and, last but not least, the transformative power of differentiable programming. This new…

Randomized Automatic Differentiation

2020-07-20 · ICLR 2021 1 · Deniz Oktay, Nick McGreivy, Joshua Aduol, Alex Beatson 외

The successes of deep learning, variational inference, and many other fields have been aided by specialized implementations of reverse-mode automatic differentiation (AD) to compute gradients of mega-dimensional objectiv…

Stochastic OptimizationVariational Inference