Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 543 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 543 Bytes

reinforcement learning basics

I learned theoretical basics of reinforcement learning and played with the implementation using TF-agents framework. Here's a video of a trained agent playing the Atari game "Freeway":

agent playing freeway


references:

  • Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 2nd Edition, Aurélien Géron
  • TF-agents tutorial