paper-with-me

Papers

EasyRL: A Simple and Extensible Reinforcement Learning Framework

2020-08-04 · Neil Hulbert, Sam Spillers, Brandon Francis, James Haines-Temons, Ken Gil Romero, Benjamin De Jager, Sam Wong, Kevin Flora, Bowei Huang, Athirai A. Irissappane

In recent years, Reinforcement Learning (RL), has become a popular field of study as well as a tool for enterprises working on cutting-edge artificial intelligence research. To this end, many researchers have built RL frameworks such as openAI Gym and KerasRL for ease of use. While these works have made great strides towards bringing down the barrier of entry for those new to RL, we propose a much simpler framework called EasyRL, by providing an interactive graphical user interface for users to train and evaluate RL agents. As it is entirely graphical, EasyRL does not require programming knowledge for training and testing simple built-in RL agents. EasyRL also supports custom RL agents and environments, which can be highly beneficial for RL researchers in evaluating and comparing their RL models.

📄 PDF Abstract BibTeX arXiv:2008.01700

Code (0)

등록된 구현이 없습니다.

Tasks

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

EasyRL4Rec: An Easy-to-use Library for Reinforcement Learning Based Recommender Systems

2024-02-23 · Yuanqing Yu, Chongming Gao, Jiawei Chen, Heng Tang 외

Reinforcement Learning (RL)-Based Recommender Systems (RSs) have gained rising attention for their potential to enhance long-term user engagement. However, research in this field faces challenges, including the lack of u…

Recommendation SystemsReinforcement Learning (RL)

Easy Samples Are All You Need: Self-Evolving LLMs via Data-Efficient Reinforcement Learning

2026-04-19 · Zhiyin Yu, Bo Zhang, Qibin Hou, Zhonghai Wu 외 arxiv

Previous LLMs-based RL studies typically follow either supervised learning with high annotation costs, or unsupervised paradigms using voting or entropy-based rewards. However, their performance remains far from satisfac…

Reinforcement Learning

Craftium: An Extensible Framework for Creating Reinforcement Learning Environments

2024-07-04 · Mikel Malagón, Josu Ceberio, Jose A. Lozano

Most Reinforcement Learning (RL) environments are created by adapting existing physics simulators or video games. However, they usually lack the flexibility required for analyzing specific characteristics of RL methods o…

BenchmarkingMinecraftreinforcement-learningReinforcement Learning+1

A Reinforcement Learning Environment for Multi-Service UAV-enabled Wireless Systems

2021-05-11 · Damiano Brunori, Stefania Colonnese, Francesca Cuomo, Luca Iocchi

We design a multi-purpose environment for autonomous UAVs offering different communication services in a variety of application contexts (e.g., wireless mobile connectivity services, edge computing, data gathering). We d…

BenchmarkingEdge-computingOpenAI Gymreinforcement-learning+1

AgentFly: Extensible and Scalable Reinforcement Learning for LM Agents

2025-07-20 · Renxi Wang, Rifo Ahmad Genadi, Bilal El Bouardi, Yongxin Wang 외 arxiv

Language model (LM) agents have gained significant attention for their ability to autonomously complete tasks through interactions with environments, tools, and APIs. LM agents are primarily built with prompt engineering…

Reinforcement LearningPrompt Engineering