paper-with-me

홈 › Papers

Augmented Memory: Capitalizing on Experience Replay to Accelerate De Novo Molecular Design

2023-05-10 · Jeff Guo, Philippe Schwaller

Sample efficiency is a fundamental challenge in de novo molecular design. Ideally, molecular generative models should learn to satisfy a desired objective under minimal oracle evaluations (computational prediction or wet-lab experiment). This problem becomes more apparent when using oracles that can provide increased predictive accuracy but impose a significant cost. Consequently, these oracles cannot be directly optimized under a practical budget. Molecular generative models have shown remarkable sample efficiency when coupled with reinforcement learning, as demonstrated in the Practical Molecular Optimization (PMO) benchmark. Here, we propose a novel algorithm called Augmented Memory that combines data augmentation with experience replay. We show that scores obtained from oracle calls can be reused to update the model multiple times. We compare Augmented Memory to previously proposed algorithms and show significantly enhanced sample efficiency in an exploitation task and a drug discovery case study requiring both exploration and exploitation. Our method achieves a new state-of-the-art in the PMO benchmark which enforces a computational budget, outperforming the previous best performing method on 19/23 tasks.

📄 PDF Abstract BibTeX arXiv:2305.16160

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDrug Discovery

Similar Papers 제목 키워드 기반

Accelerating Distributed Deep Reinforcement Learning by In-Network Experience Sampling

2021-10-26 · Masaki Furukawa, Hiroki Matsutani

A computing cluster that interconnects multiple compute nodes is used to accelerate distributed reinforcement learning based on DQN (Deep Q-Network). In distributed reinforcement learning, Actor nodes acquire experiences…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Augmented Replay Memory in Reinforcement Learning With Continuous Control

2019-12-29 · Mirza Ramicic, Andrea Bonarini

Online reinforcement learning agents are currently able to process an increasing amount of data by converting it into a higher order value functions. This expansion of the information collected from the environment incre…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

MemHarness: Memory Is Reconstructed, Not Replayed

2026-07-30 · Rong Wu, Daocheng Fu, Licheng Wen, Xuemeng Yang 외 arxiv

Retrieving past experiences has become a common strategy to enhance large language model agents. However, most existing memory-augmented agents treat retrieved experiences as static records to be replayed verbatim, injec…

Model-augmented Prioritized Experience Replay

2021-09-29 · ICLR 2022 4 · Youngmin Oh, Jinwoo Shin, Eunho Yang, Sung Ju Hwang

Experience replay is an essential component in off-policy model-free reinforcement learning (MfRL). Due to its effectiveness, various methods for calculating priority scores on experiences have been proposed for sampling…

model

ARROW: Augmented Replay for RObust World models

2026-03-12 · Abdulaziz Alyahya, Abdallah Al Siyabi, Markus R. Ernst, Luke Yang 외 arxiv

Continual reinforcement learning challenges agents to acquire new skills while retaining previously learned ones with the goal of improving performance in both past and future tasks. Most existing approaches rely on mode…

Reinforcement Learning