Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 629 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 629 Bytes

Exercises on deep reinforcement learning using Tensorflow

PER: Prioritized Experience Replay

DQN: Deep Q-network

Learning aim: Getting familiarized in basic concepts of RL in order to apply them to my research involving medical imaging.

Requirements: I used Tensorflow (1.9) and Gym (0.9.6).