← Search

J K Terry

4 accepted papers

2025

Gymnasium: A Standard Interface for Reinforcement Learning Environments

NeurIPS 2025spotlight

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…

Cited by 0SourcecodeScholar
2025

Meta-World+: An Improved, Standardized, RL Benchmark

NeurIPS 2025poster

Meta-World is widely used for evaluating multi-task and meta-reinforcement learning agents, which are challenged to master diverse skills simultaneously. Since its introduction however, there have been numerous undocumented changes which inhibit a fair comparison of algorithms. This work strives to…

Cited by 0SourcecodeScholar
2023

Minigrid & Miniworld: Modular & Customizable Reinforcement Learning Environments for Goal-Oriented Tasks

NeurIPS 2023poster

We present the Minigrid and Miniworld libraries which provide a suite of goal-oriented 2D and 3D environments. The libraries were explicitly created with a minimalistic design paradigm to allow users to rapidly develop new environments for a wide range of research-specific needs. As a result, both h…

2021

PettingZoo: Gym for Multi-Agent Reinforcement Learning

NeurIPS 2021poster

This paper introduces the PettingZoo library and the accompanying Agent Environment Cycle (``"AEC") games model. PettingZoo is a library of diverse sets of multi-agent environments with a universal, elegant Python API. PettingZoo was developed with the goal of accelerating research in Multi-Agent Re…