paper-with-me

Papers

You Only Evaluate Once: a Simple Baseline Algorithm for Offline RL

2021-10-05 · Wonjoon Goo, Scott Niekum

The goal of offline reinforcement learning (RL) is to find an optimal policy given prerecorded trajectories. Many current approaches customize existing off-policy RL algorithms, especially actor-critic algorithms in which policy evaluation and improvement are iterated. However, the convergence of such approaches is not guaranteed due to the use of complex non-linear function approximation and an intertwined optimization process. By contrast, we propose a simple baseline algorithm for offline RL that only performs the policy evaluation step once so that the algorithm does not require complex stabilization schemes. Since the proposed algorithm is not likely to converge to an optimal policy, it is an appropriate baseline for actor-critic algorithms that ought to be outperformed if there is indeed value in iterative optimization in the offline setting. Surprisingly, we empirically find that the proposed algorithm exhibits competitive and sometimes even state-of-the-art performance in a subset of the D4RL offline RL benchmark. This result suggests that future work is needed to fully exploit the potential advantages of iterative optimization in order to justify the reduced stability of such methods.

📄 PDF Abstract BibTeX arXiv:2110.02304

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Using Deep Reinforcement Learning for the Continuous Control of Robotic Arms

2018-10-15 · Winfried Lötzsch

Deep reinforcement learning enables algorithms to learn complex behavior, deal with continuous action spaces and find good strategies in environments with high dimensional state spaces. With deep reinforcement learning b…

continuous-controlContinuous ControlDeep Reinforcement Learningreinforcement-learning+2

A Simple Baseline for Low-Budget Active Learning

2021-10-22 · Kossar Pourahmadi, Parsa Nooralinejad, Hamed Pirsiavash

Active learning focuses on choosing a subset of unlabeled data to be labeled. However, most such methods assume that a large subset of the data can be annotated. We are interested in low-budget active learning where only…

Active Learningimage-classificationImage ClassificationSelf-Supervised Learning

Allocation Requires Prediction Only if Inequality Is Low

2024-06-19 · Ali Shirali, Rediet Abebe, Moritz Hardt

Algorithmic predictions are emerging as a promising solution concept for efficiently allocating societal resources. Fueling their use is an underlying assumption that such systems are necessary to identify individuals fo…

Prediction

Natural Language Processing to Detect Cognitive Concerns in Electronic Health Records Using Deep Learning

2020-11-12 · Zhuoqiao Hong, Colin G. Magdamo, Yi-han Sheu, Prathamesh Mohite 외

Dementia is under-recognized in the community, under-diagnosed by healthcare professionals, and under-coded in claims data. Information on cognitive dysfunction, however, is often found in unstructured clinician notes wi…

A Strong Baseline for Batch Imitation Learning

2023-02-06 · Matthew Smith, Lucas Maystre, Zhenwen Dai, Kamil Ciosek

Imitation of expert behaviour is a highly desirable and safe approach to the problem of sequential decision making. We provide an easy-to-implement, novel algorithm for imitation learning under a strict data paradigm, in…

continuous-controlContinuous ControlDecision MakingImitation Learning+4