Skip to content

kamilabielska/reinforcement_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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