This is the supplementary files for final project of BU EC500 K1 / CS591 S2 Deep Learning, Transfer Reinforcement Learning. The A3C algorithms in this repo is based on @miyosuda.
run a3c.py in example folder. You can change games' name in the script.
run either actor_mimic.py or learn_from_demo.py in example folder. You can change task id in the script for different kinds of task.
run either retrain_a3c.py in example folder. You can change task id in the script for different kinds of task.