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.
To install the required dependencies, use python3.11 and pip and the requirements.txt file:
pip install -r requirements.txt