dhruvsreenivas / sqil-atari

Implementation of SQIL for Atari games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 of run_dqn_atari.py
  • Run SQIL with sqil.py (set hyperparams in dqn_utils.py)
  • Run GAIL with gail.py

About

Implementation of SQIL for Atari games


Languages

Language:Python 100.0%