Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 639 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 639 Bytes

Code for the paper "Episodic Memory Deep Q-Networks" by Zichuan Lin, Tianqi Zhao, Guangwen Yang and Lintao Zhang

If you use this code in your research, please cite the following paper:

@article{lin2018episodic,
  title={Episodic Memory Deep Q-Networks},
  author={Lin, Zichuan and Zhao, Tianqi and Yang, Guangwen and Zhang, Lintao},
  journal={arXiv preprint arXiv:1805.07603},
  year={2018}
}

Install

You can install it by typing:

cd emdqn;
pip install -e .

Run emdqn

cd emdqn/baselines/deepq/experiments/atari;
python train.py --emdqn