Skip to content

Repository containing reinforcement learning experiments for SMART-ACT project using the QuBBD data

Notifications You must be signed in to change notification settings

ElefHead/rl-cancer-rates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QuBBD RL

Codebase containing reinforcement learning experiments for SMART-ACT project using the QuBBD data

This repository contains two experiments:

  1. Simulator: Completely simulated data and environment. Self defined policy based on random vectors.
  2. QuBBD: Policy defined based on Qubbd v3 data.

Directory Structure

The structure of the project as it is now is as follows:

  • /root
    • /QuBBD
      • /data (find data on Box)
      • constants.py
      • preprocess.py
      • utils.py
    • /simulator
      • dqn.py
      • model.py
      • plotting.py
      • policy.py
      • run_exp.py

Acknowledgements


This is still an ongoing project.

About

Repository containing reinforcement learning experiments for SMART-ACT project using the QuBBD data

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages