deep q learning from scratch project

lorenzotinfena

Lorenzo Tinfena

Posted on May 2, 2021

deep q learning from scratch project

I'm trying to make a proejct for school, a deep q learning project from scratch, obviously in a dev container enviroment, with an Agent class and a NeuralNetwork abstract class.
It use gradient discent for optimization, e-greedy algorithm for exploration vs exploitation.
https://github.com/LorenzoTinfena/deep-q-learning-itt-final-project
sample: https://drive.google.com/file/d/1rpj_q0yWhHk19fWHck_IgzEuirXwNQaJ/view?usp=sharing

💖 💪 🙅 🚩
lorenzotinfena
Lorenzo Tinfena

Posted on May 2, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related