Skip to content

zihenlin/DySTUrbD-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Pytorch implementation of DySTUrbB. The class attributes are listed for debugging convenience.

Class Agents

Attributes
----------
identity            : Identities of the agents.
    1. id
    2. house
    3. disable (Binary)
    4. group (Child (1), Adult(2), Elderly(3))
    5. age
    6. religious (Binary)

building            : Building IDs of the agents.
    1. house
    2. anchor
    3. trivial

job         : Employment related information.
    1. status (Binary)
    2. local (Binary)
    3. job
    4. income

risk                : Risks of exposure, contagion, admission, mortality.
    1. infection
    2. admission
    3. mortality

start               : Relative start dates
    1. sick
    2. quarantine
    3. admission

period              : Relative  period
    1. sick
    2. quarantine
    3. admission

status              : Contagious status
    1. Susceptible
    2. Infected, Undiagnosed
    3. Quarantined, Uninfected
    4. Quarantined, Infected, Undiagnosed
    5. Quarantined, Infected, Diagnosed
    6. Hospitalized
    7. Recovered
    8. Dead

class Buildings

Attributes
----------
identity        : identities
    1. id
    2. area
    3. X
    4. Y

land            : land use
    1. Initial
    2. Current

floor           : floor properties
    1. number
    2. volume

usg             : USG codes
    1. Broad
    2. Specific

status          : open or close
    0. open
    1. close

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages