Skip to content

yohannestayez/Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning Projects

This repository hosts diffrent reinforcement learning implementations across diverse environments and algorithms.

Projects

1. OpenAI Gym Dino DQN

Trains a Deep Q-Network (DQN) agent to play a Pygame-based Chrome Dinosaur game. The agent learns to jump obstacles using visual input and reward feedback. Uses gymnasium a fork of openAI Gym framework.

  • Dependencies: numpy, torch, pygame, gymnasium, matplotlib.

2. MineRL PPO Agent

Implements a Proximal Policy Optimization (PPO) agent in Minecraft (MineRL environment) that performs gathering resources and lighting campfires tasks.

  • Dependencies: numpy, torch,minerl, gym, tqdm.

3. ML-Agents Unity

Trains a 2D agent in a Unity ML-Agents environment to navigate to targets.

  • Dependencies: numpy, torch,mlagents, pyyaml, Unity Editor.

Prerequisites

  • Python 3.8+
  • pip for package installation.

About

RL projects featuring DQN, PPO, and Unity ML-Agents implementations. Agents are trained across diverse environments, from a Pygame-based Chrome Dino game (gymnasium) to Minecraft tasks (MineRL PPO) and Unity 2D navigation (ML-Agents). Includes environment setup, training scripts, and evaluation tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors