paper-with-me

Papers

Sim-Env: Decoupling OpenAI Gym Environments from Simulation Models

2021-02-19 · Andreas Schuderer, Stefano Bromuri, Marko van Eekelen

Reinforcement learning (RL) is one of the most active fields of AI research. Despite the interest demonstrated by the research community in reinforcement learning, the development methodology still lags behind, with a severe lack of standard APIs to foster the development of RL applications. OpenAI Gym is probably the most used environment to develop RL applications and simulations, but most of the abstractions proposed in such a framework are still assuming a semi-structured methodology. This is particularly relevant for agent-based models whose purpose is to analyse adaptive behaviour displayed by self-learning agents in the simulation. In order to bridge this gap, we present a workflow and tools for the decoupled development and maintenance of multi-purpose agent-based models and derived single-purpose reinforcement learning environments, enabling the researcher to swap out environments with ones representing different perspectives or different reward models, all while keeping the underlying domain model intact and separate. The Sim-Env Python library generates OpenAI-Gym-compatible reinforcement learning environments that use existing or purposely created domain models as their simulation back-ends. Its design emphasizes ease-of-use, modularity and code separation.

📄 PDF Abstract BibTeX arXiv:2102.09824

Code (1)

schuderer/bprl 공식 구현

Tasks

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)Self-Learning

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

ABIDES-Gym: Gym Environments for Multi-Agent Discrete Event Simulation and Application to Financial Markets

2021-10-27 · Selim Amrouni, Aymeric Moulin, Jared Vann, Svitlana Vyetrenko 외

Model-free Reinforcement Learning (RL) requires the ability to sample trajectories by taking actions in the original problem environment or a simulated version of it. Breakthroughs in the field of RL have been largely fa…

OpenAI GymReinforcement Learning (RL)

ORRB -- OpenAI Remote Rendering Backend

2019-06-26 · Maciek Chociej, Peter Welinder, Lilian Weng

We present the OpenAI Remote Rendering Backend (ORRB), a system that allows fast and customizable rendering of robotics environments. It is based on the Unity3d game engine and interfaces with the MuJoCo physics simulati…

MuJoCo

Integrating Deep Reinforcement Learning Networks with Health System Simulations

2020-07-21 · Michael Allen, Thomas Monks

Background and motivation: Combining Deep Reinforcement Learning (Deep RL) and Health Systems Simulations has significant potential, for both research into improving Deep RL performance and safety, and in operational pra…

Deep Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning+1

Developing an OpenAI Gym-compatible framework and simulation environment for testing Deep Reinforcement Learning agents solving the Ambulance Location Problem

2021-01-12 · Michael Allen, Kerry Pearn, Tom Monks

Background and motivation: Deep Reinforcement Learning (Deep RL) is a rapidly developing field. Historically most application has been made to games (such as chess, Atari games, and go). Deep RL is now reaching the stage…

Atari GamesDeep Reinforcement LearningOpenAI Gym

VisualEnv: visual Gym environments with Blender

2021-11-15 · Andrea Scorsoglio, Roberto Furfaro

In this paper VisualEnv, a new tool for creating visual environment for reinforcement learning is introduced. It is the product of an integration of an open-source modelling and rendering software, Blender, and a python …

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)