LGAISYDec 16, 2023

Active Reinforcement Learning for Robust Building Control

arXiv:2312.10289v18 citationsh-index: 56AAAI
Originality Incremental advance
AI Analysis

This work addresses the brittleness of RL for building control, offering a solution for robust energy management and occupant comfort, though it is incremental as it builds on existing UED methods.

The paper tackled the problem of reinforcement learning agents overfitting to training environments in building control by introducing ActivePLR, a novel unsupervised environment design algorithm that prioritizes performance in normal weather while ensuring robustness to extreme conditions, resulting in outperforming state-of-the-art UED algorithms in minimizing energy usage and maximizing occupant comfort.

Reinforcement learning (RL) is a powerful tool for optimal control that has found great success in Atari games, the game of Go, robotic control, and building optimization. RL is also very brittle; agents often overfit to their training environment and fail to generalize to new settings. Unsupervised environment design (UED) has been proposed as a solution to this problem, in which the agent trains in environments that have been specially selected to help it learn. Previous UED algorithms focus on trying to train an RL agent that generalizes across a large distribution of environments. This is not necessarily desirable when we wish to prioritize performance in one environment over others. In this work, we will be examining the setting of robust RL building control, where we wish to train an RL agent that prioritizes performing well in normal weather while still being robust to extreme weather conditions. We demonstrate a novel UED algorithm, ActivePLR, that uses uncertainty-aware neural network architectures to generate new training environments at the limit of the RL agent's ability while being able to prioritize performance in a desired base environment. We show that ActivePLR is able to outperform state-of-the-art UED algorithms in minimizing energy usage while maximizing occupant comfort in the setting of building control.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes