Skip to content

Akulyat/golfRL-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golf Environment

This project implements a golf environment for reinforcement learning experiments. It includes:

  • GolfField.py: Python module containing the implementation of the 2D golf field.
  • GolfEnv.py: Python module containing the implementation of gym environment.
  • requirements.txt: Text file listing the Python dependencies required to run the project.
  • sandbox.ipynb: Jupyter Notebook containing examples and experiments with the golf field.

Installation

To install the required dependencies, use python3.11 and pip and the requirements.txt file:

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published