paper-with-me

Papers

A Safe Exploration Strategy for Model-free Task Adaptation in Safety-constrained Grid Environments

2024-08-02 · Erfan Entezami, Mahsa Sahebdel, Dhawal Gupta

Training a model-free reinforcement learning agent requires allowing the agent to sufficiently explore the environment to search for an optimal policy. In safety-constrained environments, utilizing unsupervised exploration or a non-optimal policy may lead the agent to undesirable states, resulting in outcomes that are potentially costly or hazardous for both the agent and the environment. In this paper, we introduce a new exploration framework for navigating the grid environments that enables model-free agents to interact with the environment while adhering to safety constraints. Our framework includes a pre-training phase, during which the agent learns to identify potentially unsafe states based on both observable features and specified safety constraints in the environment. Subsequently, a binary classification model is trained to predict those unsafe states in new environments that exhibit similar dynamics. This trained classifier empowers model-free agents to determine situations in which employing random exploration or a suboptimal policy may pose safety risks, in which case our framework prompts the agent to follow a predefined safe policy to mitigate the potential for hazardous consequences. We evaluated our framework on three randomly generated grid environments and demonstrated how model-free agents can safely adapt to new tasks and learn optimal policies for new environments. Our results indicate that by defining an appropriate safe policy and utilizing a well-trained model to detect unsafe states, our framework enables a model-free agent to adapt to new tasks and environments with significantly fewer safety violations.

📄 PDF Abstract BibTeX arXiv:2408.00997

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationSafe Exploration

Similar Papers 제목 키워드 기반

Exploration and Exploitation in Symbolic Regression using Quality-Diversity and Evolutionary Strategies Algorithms

2019-06-10 · J. -P. Bruneton, L. Cazenille, A. Douin, V. Reverdy

By combining Genetic Programming, MAP-Elites and Covariance Matrix Adaptation Evolution Strategy, we demonstrate very high success rates in Symbolic Regression problems. MAP-Elites is used to improve exploration while pr…

DiversityregressionSymbolic Regression

Safe Exploration for Identifying Linear Systems via Robust Optimization

2017-11-30 · Tyler Lu, Martin Zinkevich, Craig Boutilier, Binz Roy 외

Safely exploring an unknown dynamical system is critical to the deployment of reinforcement learning (RL) in physical systems where failures may have catastrophic consequences. In scenarios where one knows little about t…

Reinforcement LearningReinforcement Learning (RL)Safe Exploration

MESA: Offline Meta-RL for Safe Adaptation and Fault Tolerance

2021-12-07 · Michael Luo, Ashwin Balakrishna, Brijen Thananjeyan, Suraj Nair 외

Safe exploration is critical for using reinforcement learning (RL) in risk-sensitive environments. Recent work learns risk measures which measure the probability of violating constraints, which can then be used to enable…

continuous-controlContinuous ControlMeta-LearningReinforcement Learning (RL)+1

Diverse Exploration for Fast and Safe Policy Improvement

2018-02-22 · Andrew Cohen, Lei Yu, Robert Wright

We study an important yet under-addressed problem of quickly and safely improving policies in online reinforcement learning domains. As its solution, we propose a novel exploration strategy - diverse exploration (DE), wh…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Dual Memory Networks: A Versatile Adaptation Approach for Vision-Language Models

2024-03-26 · CVPR 2024 1 · Yabin Zhang, Wenjie Zhu, Hui Tang, Zhiyuan Ma 외

With the emergence of pre-trained vision-language models like CLIP, how to adapt them to various downstream classification tasks has garnered significant attention in recent research. The adaptation strategies can be typ…