Implemented Deep Q-Network (DQN) with greedy action selection policy for simulating a self-driving vehicle using OpenAI Gym car racing environment and CNN architecture.
- Please refer to the DQN Project Paper link for problem understanding, implementation and results.