paper-with-me

Papers

ObjectRL: An Object-Oriented Reinforcement Learning Codebase

2025-07-04 · Gulcin Baykal, Abdullah Akgül, Manuel Haussmann, Bahareh Tasdighi, Nicklas Werge, Yi-Shan Wu, Melih Kandemir arxiv

ObjectRL is an open-source Python codebase for deep reinforcement learning (RL), designed for research-oriented prototyping with minimal programming effort. Unlike existing codebases, ObjectRL is built on Object-Oriented Programming (OOP) principles, providing a clear structure that simplifies the implementation, modification, and evaluation of new algorithms. ObjectRL lowers the entry barrier for deep RL research by organizing best practices into explicit, clearly separated components, making them easier to understand and adapt. Each algorithmic component is a class with attributes that describe key RL concepts and methods that intuitively reflect their interactions. The class hierarchy closely follows common ontological relationships, enabling data encapsulation, inheritance, and polymorphism, which are core features of OOP. We demonstrate the efficiency of ObjectRL's design through representative use cases that highlight its flexibility and suitability for rapid prototyping. The documentation and source code are available at https://objectrl.readthedocs.io and https://github.com/adinlab/objectrl .

📄 PDF Abstract BibTeX arXiv:2507.03487

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Reinforcement Learning for Improving Object Detection

2020-08-18 · Siddharth Nayak, Balaraman Ravindran

The performance of a trained object detection neural network depends a lot on the image quality. Generally, images are pre-processed before feeding them into the neural network and domain knowledge about the image datase…

Objectobject-detectionObject Detectionreinforcement-learning+2

Modular Object-Oriented Games: A Task Framework for Reinforcement Learning, Psychology, and Neuroscience

2021-02-25 · Nicholas Watters, Joshua Tenenbaum, Mehrdad Jazayeri

In recent years, trends towards studying simulated games have gained momentum in the fields of artificial intelligence, cognitive science, psychology, and neuroscience. The intersections of these fields have also grown r…

Reinforcement Learning (RL)

CodeClash: Benchmarking Goal-Oriented Software Engineering

2025-11-02 · John Yang, Kilian Lieret, Joyce Yang, Carlos E. Jimenez 외 arxiv

Current benchmarks for coding evaluate language models (LMs) on concrete, well-specified tasks such as fixing specific bugs or writing targeted tests. However, human programmers do not spend all day incessantly addressin…

CORL: Research-oriented Deep Offline Reinforcement Learning Library

2022-10-13 · NeurIPS 2023 11 · Denis Tarasov, Alexander Nikulin, Dmitry Akimov, Vladislav Kurenkov 외

CORL is an open-source library that provides thoroughly benchmarked single-file implementations of both deep offline and offline-to-online reinforcement learning algorithms. It emphasizes a simple developing experience w…

BenchmarkingD4RLreinforcement-learningReinforcement Learning

Zero-Shot Transfer with Deictic Object-Oriented Representation in Reinforcement Learning

2018-12-01 · NeurIPS 2018 12 · Ofir Marom, Benjamin Rosman

Object-oriented representations in reinforcement learning have shown promise in transfer learning, with previous research introducing a propositional object-oriented framework that has provably efficient learning bounds …

Objectreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2