Skip to content

Air Hockey Game Simulator. Mainly used to train Neural Networks.

License

Notifications You must be signed in to change notification settings

arakhmati/air-hockey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air Hockey Game Simulator

This simulator was created in order to train a machine learning model that can play air hockey. It can be used to generate data for supervised learning models and it can also be used as an environment for training reinforcement learning agents.

OpenAI Gym Environment Wrapper for this simulator can be found at gym-air-hockey.

Prerequisites

I recommend using Anaconda3 Python distribution. You can download it from: [https://www.anaconda.com/download/]

Installing

Clone the repository and install it as a python module:

git clone https://github.com/arakhmat/air-hockey
cd air-hockey
pip install -e .

While in the same directory, test the installation by running:

python play_air_hockey.py

Acknowledgments

About

Air Hockey Game Simulator. Mainly used to train Neural Networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages