Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 461 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 461 Bytes

deep-q-learning

Simple Deep Q Learning Implementation

The project

This project implements deep q learning without a target network. It solves the CartPole environment but can solve others too. I'm working on the solving of atari games with convnets as well.

Study

I'm currently studying reinforcement learning throught University of Alberta Reinforcement Learning Specialization