LGNov 23, 2022

Actively Learning Costly Reward Functions for Reinforcement Learning

arXiv:2211.13260v13 citationsh-index: 31
Originality Highly original
AI Analysis

This addresses the bottleneck of expensive reward evaluation in real-world domains such as chemistry and materials science, enabling reinforcement learning in new applications.

The paper tackles the problem of high data demands and inefficiency in deep reinforcement learning for real-world applications by proposing ACRL, a method that replaces costly ground-truth rewards with neural network models and uses active learning to handle non-stationarity, enabling training orders of magnitude faster in complex environments like molecular optimization.

Transfer of recent advances in deep reinforcement learning to real-world applications is hindered by high data demands and thus low efficiency and scalability. Through independent improvements of components such as replay buffers or more stable learning algorithms, and through massively distributed systems, training time could be reduced from several days to several hours for standard benchmark tasks. However, while rewards in simulated environments are well-defined and easy to compute, reward evaluation becomes the bottleneck in many real-world environments, e.g., in molecular optimization tasks, where computationally demanding simulations or even experiments are required to evaluate states and to quantify rewards. Therefore, training might become prohibitively expensive without an extensive amount of computational resources and time. We propose to alleviate this problem by replacing costly ground-truth rewards with rewards modeled by neural networks, counteracting non-stationarity of state and reward distributions during training with an active learning component. We demonstrate that using our proposed ACRL method (Actively learning Costly rewards for Reinforcement Learning), it is possible to train agents in complex real-world environments orders of magnitudes faster. By enabling the application of reinforcement learning methods to new domains, we show that we can find interesting and non-trivial solutions to real-world optimization problems in chemistry, materials science and engineering.

Code Implementations1 repo
Foundations

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

Your Notes