Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 400 Bytes

TRPO-ATARI

TRPO implementation on the Atari Learning Environement (ALE), done as a RL project
The ALE environment part was based on :

  1. DQN : https://github.com/devsisters/DQN-tensorflow

Requirements

  • Tensorflow
  • numpy
  • scipy
  • scikit-image
  • ale_python_interface : install from here