paper-with-me

Papers

Meta SAC-Lag: Towards Deployable Safe Reinforcement Learning via MetaGradient-based Hyperparameter Tuning

2024-08-15 · Homayoun Honari, Amir Mehdi Soufi Enayati, Mehran Ghafarian Tamizi, Homayoun Najjaran

Safe Reinforcement Learning (Safe RL) is one of the prevalently studied subcategories of trial-and-error-based methods with the intention to be deployed on real-world systems. In safe RL, the goal is to maximize reward performance while minimizing constraints, often achieved by setting bounds on constraint functions and utilizing the Lagrangian method. However, deploying Lagrangian-based safe RL in real-world scenarios is challenging due to the necessity of threshold fine-tuning, as imprecise adjustments may lead to suboptimal policy convergence. To mitigate this challenge, we propose a unified Lagrangian-based model-free architecture called Meta Soft Actor-Critic Lagrangian (Meta SAC-Lag). Meta SAC-Lag uses meta-gradient optimization to automatically update the safety-related hyperparameters. The proposed method is designed to address safe exploration and threshold adjustment with minimal hyperparameter tuning requirement. In our pipeline, the inner parameters are updated through the conventional formulation and the hyperparameters are adjusted using the meta-objectives which are defined based on the updated parameters. Our results show that the agent can reliably adjust the safety performance due to the relatively fast convergence rate of the safety threshold. We evaluate the performance of Meta SAC-Lag in five simulated environments against Lagrangian baselines, and the results demonstrate its capability to create synergy between parameters, yielding better or competitive results. Furthermore, we conduct a real-world experiment involving a robotic arm tasked with pouring coffee into a cup without spillage. Meta SAC-Lag is successfully trained to execute the task, while minimizing effort constraints.

📄 PDF Abstract BibTeX arXiv:2408.07962

Code (0)

등록된 구현이 없습니다.

Tasks

Safe ExplorationSafe Reinforcement Learning

Similar Papers 제목 키워드 기반

Meta-SAC: Auto-tune the Entropy Temperature of Soft Actor-Critic via Metagradient

2020-07-03 · Yufei Wang, Tianwei Ni

Exploration-exploitation dilemma has long been a crucial issue in reinforcement learning. In this paper, we propose a new approach to automatically balance between these two. Our method is built upon the Soft Actor-Criti…

BenchmarkingMuJoCo

A Self-Tuning Actor-Critic Algorithm

2020-02-28 · NeurIPS 2020 12 · Tom Zahavy, Zhongwen Xu, Vivek Veeriah, Matteo Hessel 외

Reinforcement learning algorithms are highly sensitive to the choice of hyperparameters, typically requiring significant manual effort to identify hyperparameters that perform well on a new domain. In this paper, we take…

Atari Gamesreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Optimizing ML Training with Metagradient Descent

2025-03-17 · Logan Engstrom, Andrew Ilyas, Benjamin Chen, Axel Feldmann 외

A major challenge in training large-scale machine learning models is configuring the training process to maximize model performance, i.e., finding the best training setup from a vast design space. In this work, we unlock…

Data Poisoning

Adaptive Pairwise Weights for Temporal Credit Assignment

2021-02-09 · Zeyu Zheng, Risto Vuorio, Richard Lewis, Satinder Singh

How much credit (or blame) should an action taken in a state get for a future reward? This is the fundamental temporal credit assignment problem in Reinforcement Learning (RL). One of the earliest and still most widely u…

Reinforcement Learning (RL)

Optimizing Canaries for Privacy Auditing with Metagradient Descent

2025-07-21 · Matteo Boglioni, Terrance Liu, Andrew Ilyas, Zhiwei Steven Wu arxiv

In this work we study black-box privacy auditing, where the goal is to lower bound the privacy parameter of a differentially private learning algorithm using only the algorithm's outputs (i.e., final trained model). For …

Image Classification