TheVeggydude / MARL-lockdown

A Multi-Agent Reinforcement Learning project that learns to solve the Coordinated Lockdown problem.
MIT License
3 stars 0 forks source link

Allow MARL agents to adjust transfer rates between countries. #5

Open TheVeggydude opened 4 years ago

TheVeggydude commented 4 years ago

As the title says, in our current drafts the agent only alters the exposure rate (beta) by scaling it, according to the "lockdown level" defined as p (for preventative measures).

However, countries could also use this, or another parameter, to scale the amount of incoming/outgoing traffic from other agents.