Skip to content

inavamsi/Optimal_Policy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimal_Policy

Learn the optimal public policy to end the epidemic using Reinforcement Learning.

Current Public Policies :

  1. Vaccination Block Policy
  2. Quarantine Block Policy

The RL Agent uses variants of the Deep Q Learning Networks (DQN).

Current variants are :

  1. Linear DQN (The only network without convolutional networks)
  2. DQN (with and without target networks)
  3. Double DQN
  4. Dueling DQN
  5. Dueling Double DQN

About

Learn optimal policy to end epidemic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages