Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 723 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 723 Bytes

Deep Reinforcement Learning Algorithms

A series of notebooks containing theory and implementions for a suite of Deep RL Algorithms.

These are meant to serve as:

  • A refresher exercise for myself on Deep RL and Tensorflow (especially TF2)
  • A set of reference implementations of some basic RL components that I need for my own RL research. Once these are working well I'm going to try out some new exploration algorithms that I've been developing.

Libraries and tools used: