DeepAI AI Chat
Log In Sign Up

pyRDDLGym: From RDDL to Gym Environments

11/11/2022
by   Ayal Taitler, et al.
Google
JPMorgan Chase & Co.
0

We present pyRDDLGym, a Python framework for auto-generation of OpenAI Gym environments from RDDL declerative description. The discrete time step evolution of variables in RDDL is described by conditional probability functions, which fits naturally into the Gym step scheme. Furthermore, since RDDL is a lifted description, the modification and scaling up of environments to support multiple entities and different configurations becomes trivial rather than a tedious process prone to errors. We hope that pyRDDLGym will serve as a new wind in the reinforcement learning community by enabling easy and rapid development of benchmarks due to the unique expressive power of RDDL. By providing explicit access to the model in the RDDL description, pyRDDLGym can also facilitate research on hybrid approaches for learning from interaction while leveraging model knowledge. We present the design and built-in examples of pyRDDLGym, and the additions made to the RDDL language that were incorporated into the framework.

READ FULL TEXT

page 2

page 4

09/27/2021

MiniHack the Planet: A Sandbox for Open-Ended Reinforcement Learning Research

The progress in deep reinforcement learning (RL) is heavily driven by th...
02/15/2020

PDDLGym: Gym Environments from PDDL Problems

We present PDDLGym, a framework that automatically constructs OpenAI Gym...
11/15/2021

VisualEnv: visual Gym environments with Blender

In this paper VisualEnv, a new tool for creating visual environment for ...
02/19/2021

Sim-Env: Decoupling OpenAI Gym Environments from Simulation Models

Reinforcement learning (RL) is one of the most active fields of AI resea...
10/27/2019

Declarative Semantics of the Hybrid Constraint Language HydLa

Hybrid systems are dynamical systems with continuous evolution of states...
06/08/2022

Enabling Portability and Reusability of Open Science Infrastructures

This paper presents a methodology for designing a containerized and dist...

Code Repositories