Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 473 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 473 Bytes

DQN

In this project, an artificial agent is trained to solve the Maze task using DQN algorithm

game.mov

Below figure shows the optimal policy found by the agent:

optimal policy

Below figure shows the learning curve:

learning curve