Metadata-Version: 2.1
Name: gym-fishing
Version: 0.0.8
Summary: Provide gym environments for reinforcement learning
Home-page: https://github.com/boettiger-lab/gym_fishing
Author: Carl Boettiger & Marcus Lapeyrolerie
Author-email: cboettig@gmail.com
License: MIT
Keywords: RL,Reinforcement Learning,Conservation,stable-baselines,OpenAI Gym,AI,Artificial Intelligence
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: gym
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-autobuild ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib.spelling ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: stable-baselines3 ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: pytest-env ; extra == 'tests'
Requires-Dist: pytest-xdist ; extra == 'tests'
Requires-Dist: pytype ; extra == 'tests'
Requires-Dist: flake8 (>=3.8) ; extra == 'tests'
Requires-Dist: isort (>=5.0) ; extra == 'tests'
Requires-Dist: black ; extra == 'tests'

UNKNOWN


