Skip to content

bhatiaabhinav/gym-ERSLE

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Emergency Response System (ERS) simualtor gym environment

To install,

git clone https://github.com/bhatiaabhinav/gym-ERSLE.git
cd gym-ERSLE
pip install -e .

Avaliable environments:

discrete action and discrete state space: pyERSEnv{di}-v3

continuous action and discrete state space: pyERSEnv-ca{di}-v3

discrete action and image state space: pyERSEnv-im{di}-v3

continuous action and image state space: pyERSEnv-im-ca{di}-v3

where {di} (decision interval in minutes) can be one of {-30, -60, -120, -240, -360, -720, -1440} omit {di} to set decision interval to 1 min

For random blips version of the env, add '-blips' before the {di} part. For dynamic version of the env, add '-dynamic' before the blips part.

examples: pyERSEnv-ca-30-v3, pyERSEnv-im-v3, pyERSEnv-im-ca-30-dynamic-v3, pyERSEnv-ca-dynamic-blips-v3, pyERSEnv-60-v3

v3 = small environment (6 bases, 18 ambulances) v4 = big environment(12 bases, 24 ambulances)

About

Emergency Response System (ERS) (Ambualance allocation problem) simualtor gym environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages