Skip to content
#

dqn-algorithm

Here are 15 public repositories matching this topic...

This repo hosts a sophisticated reinforcement learning setup for training a DQN agent in “CarRacing-v2”. It has self-adaptive features like dynamic learning rate and domain randomization to boost agent training and performance. It includes an Evaluation Callback for optimal model retention and leverages GPU for quicker training.

  • Updated Jun 19, 2024
  • Jupyter Notebook

This repository contains a comprehensive implementation of a Deep Q-Network (DQN) to train an AI agent to play Atari's Breakout game. The implementation leverages OpenAI Gym for the game environment and TensorFlow/Keras for the neural network. Features include experience replay, target networks, and game monitoring via exported videos.

  • Updated Dec 12, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the dqn-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dqn-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more