Based on starter code from CS294-112 HW3.
- Train expert with
run_dqn_atari.py
- Generate expert demonstrations by setting
gen_demos=True
in line 79 ofrun_dqn_atari.py
- Run SQIL with
sqil.py
(set hyperparams indqn_utils.py
) - Run GAIL with
gail.py
Based on starter code from CS294-112 HW3.
run_dqn_atari.py
gen_demos=True
in line 79 of run_dqn_atari.py
sqil.py
(set hyperparams in dqn_utils.py
)gail.py