paper-with-me

Papers

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 where it may offer value in real world problems, including optimisation of healthcare systems. One such problem is where to locate ambulances between calls in order to minimise time from emergency call to ambulance on-scene. This is known as the Ambulance Location problem. Aim: To develop an OpenAI Gym-compatible framework and simulation environment for testing Deep RL agents. Methods: A custom ambulance dispatch simulation environment was developed using OpenAI Gym and SimPy. Deep RL agents were built using PyTorch. The environment is a simplification of the real world, but allows control over the number of clusters of incident locations, number of possible dispatch locations, number of hospitals, and creating incidents that occur at different locations throughout each day. Results: A range of Deep RL agents based on Deep Q networks were tested in this custom environment. All reduced time to respond to emergency calls compared with random allocation to dispatch points. Bagging Noisy Duelling Deep Q networks gave the most consistence performance. All methods had a tendency to lose performance if trained for too long, and so agents were saved at their optimal performance (and tested on independent simulation runs). Conclusions: Deep RL agents, developed using simulated environments, have the potential to offer a novel approach to optimise the Ambulance Location problem. Creating open simulation environments should allow more rapid progress in this field.

📄 PDF Abstract BibTeX arXiv:2101.04434

Code (1)

MichaelAllen1966/qambo 공식 구현 pytorch

Tasks

Atari GamesDeep Reinforcement LearningOpenAI Gym

Similar Papers 제목 키워드 기반

QuadSim: A Quadcopter Rotational Dynamics Simulation Framework For Reinforcement Learning Algorithms

2022-02-14 · Burak Han Demirbilek

This study focuses on designing and developing a mathematically based quadcopter rotational dynamics simulation framework for testing reinforcement learning (RL) algorithms in many flexible configurations. The design of …

OpenAI Gymreinforcement-learningReinforcement Learning (RL)

CaiRL: A High-Performance Reinforcement Learning Environment Toolkit

2022-10-03 · Per-Arne Andersen, Morten Goodwin, Ole-Christoffer Granmo

This paper addresses the dire need for a platform that efficiently provides a framework for running reinforcement learning (RL) experiments. We propose the CaiRL Environment Toolkit as an efficient, compatible, and more …

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

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

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 se…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Gym-preCICE: Reinforcement Learning Environments for Active Flow Control

2023-05-03 · Mosayeb Shams, Ahmed H. Elsheikh

Active flow control (AFC) involves manipulating fluid flow over time to achieve a desired performance or efficiency. AFC, as a sequential optimisation task, can benefit from utilising Reinforcement Learning (RL) for dyna…

OpenAI Gymreinforcement-learningReinforcement LearningReinforcement Learning (RL)