Skip to content

Deep Reinforcement Learning Projects created with Gymnasium library from OpenAI

Notifications You must be signed in to change notification settings

jannikhoesch/openai-gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reinforcement Learning with Gymnasium

This repository contains reinforcement learning projects using the gymnasium library by OpenAI.

Mountain Car

The environment consists of a car placed at the bottom of a valley, with the only possible actions being the accelerations that can be applied to the car in either direction. The goal of the agent is to strategically accelerate the car to reach the goal state on top of the right hill.

image

Blackjack

The environment consists of a classical game of Blackjack. Blackjack is a card game where the goal is to beat the dealer by obtaining cards that sum to closer to 21 (without going over 21) than the dealers cards.

image

Frozen Lake

Frozen lake involves crossing a frozen lake from start to goal without falling into any holes by walking over the frozen lake. The player may not always move in the intended direction due to the slippery nature of the frozen lake.

image

Car Racing

The environment contains a racetrack and a car. The agent has to control the racing car and complete one lap.

image

About

Deep Reinforcement Learning Projects created with Gymnasium library from OpenAI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published