Search papers, labs, and topics across Lattice.
This paper introduces the Safe Deep Successor Representation (SafeDSR), a method designed to enhance the adaptability of reinforcement learning policies to changing safety constraints. By incorporating a learnable weight matrix that decouples the learned value function from the dynamics, rewards, and costs, SafeDSR allows for efficient retraining without needing to overhaul the entire network. Experimental results in a configurable two-dimensional navigation environment demonstrate that SafeDSR maintains competitive performance while significantly improving flexibility in adapting to new cost structures.
Quick retraining of reinforcement learning policies to adapt to changing safety constraints is now possible without retraining the entire network.
Real-world Reinforcement Learning depends on the ability to formulate safety constraints into a policy. A common way to model such constraints is to introduce an additional cost signal in the Markov Decision Process, which notifies the agent of unwanted behavior independently of the reward signal. Unfortunately, current methods are hard to adapt to changes in the cost function introduced by, e.g., domain shift or obstacles moving over time. The lack of adaptability means that policies are too unflexible to deal with complex real-world conditions. We propose the Safe Deep Successor Representation (SafeDSR), a novel method that allows quick retraining of policies towards new cost structures. SafeDSR extends the Deep Successor Representation (Kulkarni et al., 2016) to Constrained Reinforcement Learning by introducing a single learnable weight matrix to decouple the learned value function across dynamics, rewards, and costs. This matrix can be updated in a supervised manner instead of having to adapt the whole network if the cost structure of the environment changes. We demonstrate this ability in a freely configurable two-dimensional navigation environment and show that our method is competitive on a simple navigation task while being considerably more flexible