Skip to content

bsamseth/gym-AIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

license

gym-AIs

This repository contains implementations of AIs (trying to) solve games from OpenAI Gym. The code is not necessarily good, nor is all of it my original work. This is meant purely as a playground to gain a better understanding of reinforcement learning.

Environments

CartPole

CartPoleAgent.py has learned to solve the CartPole environment. Below is an example simulation.

Example simulation of a model balancing a pole on a cart.

MountainCar

MountainCar.py is a non-machine-learning solution to the MountainCar environment. A proper ML-based approach should be made, but for now this is a very simple rule based policy driver. Below is an example simulation.

Example simulation of a model balancing a pole on a cart.

Releases

No releases published

Packages

No packages published

Languages