paper-with-me

Papers

SCOPE-RL: A Python Library for Offline Reinforcement Learning and Off-Policy Evaluation

2023-11-30 · Haruka Kiyohara, Ren Kishimoto, Kosuke Kawakami, Ken Kobayashi, Kazuhide Nakata, Yuta Saito

This paper introduces SCOPE-RL, a comprehensive open-source Python software designed for offline reinforcement learning (offline RL), off-policy evaluation (OPE), and selection (OPS). Unlike most existing libraries that focus solely on either policy learning or evaluation, SCOPE-RL seamlessly integrates these two key aspects, facilitating flexible and complete implementations of both offline RL and OPE processes. SCOPE-RL put particular emphasis on its OPE modules, offering a range of OPE estimators and robust evaluation-of-OPE protocols. This approach enables more in-depth and reliable OPE compared to other packages. For instance, SCOPE-RL enhances OPE by estimating the entire reward distribution under a policy rather than its mere point-wise expected value. Additionally, SCOPE-RL provides a more thorough evaluation-of-OPE by presenting the risk-return tradeoff in OPE results, extending beyond mere accuracy evaluations in existing OPE literature. SCOPE-RL is designed with user accessibility in mind. Its user-friendly APIs, comprehensive documentation, and a variety of easy-to-follow examples assist researchers and practitioners in efficiently implementing and experimenting with various offline RL methods and OPE estimators, tailored to their specific problem contexts. The documentation of SCOPE-RL is available at https://scope-rl.readthedocs.io/en/latest/.

📄 PDF Abstract BibTeX arXiv:2311.18206

Code (1)

hakuhodo-technologies/scope-rl 공식 구현 pytorch

Tasks

Offline RLOff-policy evaluation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

d3rlpy: An Offline Deep Reinforcement Learning Library

2021-11-06 · Takuma Seno, Michita Imai

In this paper, we introduce d3rlpy, an open-sourced offline deep reinforcement learning (RL) library for Python. d3rlpy supports a set of offline deep RL algorithms as well as off-policy online algorithms via a fully doc…

D4RLDeep Reinforcement LearningOffline RLreinforcement-learning+2

PyCFRL: A Python library for counterfactually fair offline reinforcement learning via sequential data preprocessing

2025-10-08 · Jianhan Zhang, Jitao Wang, Chengchun Shi, John D. Piette 외 arxiv

Reinforcement learning (RL) aims to learn and evaluate a sequential decision rule, often referred to as a "policy", that maximizes the population-level benefit in an environment across possibly infinitely many time steps…

Reinforcement LearningOffline RL

skrl: Modular and Flexible Library for Reinforcement Learning

2022-02-08 · Antonio Serrano-Muñoz, Dimitris Chrysostomou, Simon Bøgh, Nestor Arana-Arexolaleiba

skrl is an open-source modular library for reinforcement learning written in Python and designed with a focus on readability, simplicity, and transparency of algorithm implementations. In addition to supporting environme…

Isaac Gym PreviewOmniverse Isaac GymOpenAI GymReinforcement Learning+1

Tianshou: a Highly Modularized Deep Reinforcement Learning Library

2021-07-29 · Jiayi Weng, Huayu Chen, Dong Yan, Kaichao You 외

In this paper, we present Tianshou, a highly modularized Python library for deep reinforcement learning (DRL) that uses PyTorch as its backend. Tianshou intends to be research-friendly by providing a flexible and reliabl…

Deep Reinforcement LearningMuJoCoreinforcement-learningReinforcement Learning+1

Integration of Scanning Probe Microscope with High-Performance Computing: fixed-policy and reward-driven workflows implementation

2024-05-20 · Yu Liu, Utkarsh Pratiush, Jason Bemis, Roger Proksch 외

The rapid development of computation power and machine learning algorithms has paved the way for automating scientific discovery with a scanning probe microscope (SPM). The key elements towards operationalization of auto…

scientific discovery