Skip to content

jamiesalter/gym-racecar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym-racecar

Modified version of the top down car racing environment from the Open AI Gym
https://github.com/openai/gym

Installation

Install using the environment.yml file with Conda. This works on Windows.

conda env create -f environment.yml
conda activate racecar

Alternatively, install the modules within environment.yml manually.

Then run the script env/car_racing.py to play as a human.

About

Machine learning top-down car driving game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages