Metadata-Version: 2.1
Name: sailboat-gym
Version: 1.0.5
Summary: A dynamic gym simulation environment specifically designed for sailboats.
Home-page: https://github.com/lucasmrdt/sailboat-gym
Author: Lucas Marandat
Author-email: lucas.mrdt+sailboat@gmail.com
License: MIT License
Project-URL: Homepage, https://github.com/lucasmrdt/sailboat-gym
Project-URL: Repository, https://github.com/lucasmrdt/sailboat-gym
Project-URL: Documentation, https://github.com/lucasmrdt/sailboat-gym/blob/main/DOCUMENTATION.md
Project-URL: Bug Report, https://github.com/lucasmrdt/sailboat-gym/issues
Keywords: Simulation,Sailboat,Gymnasium,Gym
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
License-File: LICENSE
Provides-Extra: cv2d-renderer
Requires-Dist: opencv-python (>=4.7.0.72) ; extra == 'cv2d-renderer'
Requires-Dist: imageio-ffmpeg (>=0.4.8) ; extra == 'cv2d-renderer'
Provides-Extra: docker
Requires-Dist: docker (>=6.1.2) ; extra == 'docker'
Provides-Extra: moviepy
Requires-Dist: moviepy (>=1.0.3) ; extra == 'moviepy'



Welcome to Sailboat Gym! This repository provides a dynamic simulation environment specifically designed for sailboats. With Sailboat Gym, you can explore and experiment with different control algorithms and strategies in a realistic virtual sailing environment.

