Skip to content

itsMyrto/CarRacing-v2-gymnasium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarRacing-v2-gymnasium

This repository contains 3 different Deep Reinforcement Learning implementations for the CarRacing-v2 game from gymnasium:

  • Deep Q-Learning (DQN)
  • Dueling Deep Q-Learning (DDQN)
  • Proximal Policy Optimization (PPO)

The Deep Learning Architecture is based on Convolutional Neural Networks (CNN).

The goal is for the agent to learn how to control the car and gain as many rewards as possible.

Here is an example:

Alt Text