Link Search Menu Expand Document (external link)

Deep Q-Learning Agent

The Deep Q-Learning Agent,DQN_Agent.py, implements all the functionalities of the Agent class.

It is based on the basic DQN Pytorch implementation from the Github repository of the Rainbow paper.

The current implementation is compatible with the Simple Environment, more precisely the DiscreteSimpleEnvironment.