paper-with-me

홈 › Papers

Gymnasium: A Standard Interface for Reinforcement Learning Environments

2024-07-24 · Mark Towers, Ariel Kwiatkowski, Jordan Terry, John U. Balis, Gianluca De Cola, Tristan Deleu, Manuel Goulão, Andreas Kallinteris, Markus Krimmel, Arjun KG, Rodrigo Perez-Vicente, Andrea Pierré, Sander Schulhoff, Jun Jet Tai, Hannah Tan, Omar G. Younis

Reinforcement Learning (RL) is a continuously growing field that has the potential to revolutionize many areas of artificial intelligence. However, despite its promise, RL research is often hindered by the lack of standardization in environment and algorithm implementations. This makes it difficult for researchers to compare and build upon each other's work, slowing down progress in the field. Gymnasium is an open-source library that provides a standard API for RL environments, aiming to tackle this issue. Gymnasium's main feature is a set of abstractions that allow for wide interoperability between environments and training algorithms, making it easier for researchers to develop and test RL algorithms. In addition, Gymnasium provides a collection of easy-to-use environments, tools for easily customizing environments, and tools to ensure the reproducibility and robustness of RL research. Through this unified framework, Gymnasium significantly streamlines the process of developing and testing RL algorithms, enabling researchers to focus more on innovation and less on implementation details. By providing a standardized platform for RL research, Gymnasium helps to drive forward the field of reinforcement learning and unlock its full potential. Gymnasium is available online at https://github.com/Farama-Foundation/Gymnasium

📄 PDF Abstract BibTeX arXiv:2407.17032

Code (1)

farama-foundation/gymnasium 공식 구현

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음
Library 설명 없음

Similar Papers 제목 키워드 기반

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

Chrono-Gymnasium: An Open-Source, Gymnasium-Compatible Distributed Simulation Framework

2026-05-14 · Bocheng Zou, Harry Zhang, Khailanii Slaton, Jingquan Wang 외 arxiv

High-fidelity physics simulation is essential for closing the sim-to-real gap in robotics and complex mechanical systems. However, the computational overhead of high-fidelity engines often limits their use in data-intens…

Reinforcement Learning

A Toolkit for Reliable Benchmarking and Research in Multi-Objective Reinforcement Learning

2023-09-26 · Conference on Neural Information Processing Systems Datasets and Benchmarks Track 2023 9 · Florian Felten, Lucas N. Alegre, Ann Nowé, Ana L. C. Bazzan 외

Multi-objective reinforcement learning algorithms (MORL) extend standard reinforcement learning (RL) to scenarios where agents must optimize multiple---potentially conflicting---objectives, each represented by a distinct…

BenchmarkingMulti-Objective Reinforcement Learningreinforcement-learningReinforcement Learning+1

Robust Gymnasium: A Unified Modular Benchmark for Robust Reinforcement Learning

2025-02-27 · Shangding Gu, Laixi Shi, Muning Wen, Ming Jin 외

Driven by inherent uncertainty and the sim-to-real gap, robust reinforcement learning (RL) seeks to improve resilience against the complexity and variability in agent-environment sequential interactions. Despite the exis…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

SLiM-Gym: Reinforcement Learning for Population Genetics

2025-04-22 · Niko Zuppas, Bryan C. Carstens

We introduce SLiM-Gym, a Python package for integrating reinforcement learning (RL) with forward-time population genetic simulations. Wright-Fisher evolutionary dynamics offer a tractable framework for modeling populatio…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)