Metadata-Version: 2.1
Name: ski
Version: 0.1.8
Summary: ski is a package for educational purposes
Home-page: https://github.com/papillonbee
Author: Papan Yongmalwong
Author-email: papillonbee@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: cmocean (==2.0)

# ski

A Python package for solving an inventory control problem, retailing skis (Eric V. Denardo[1982]), with Markov Decision Process (MDP), Monte Carlo method (MC), Temporal Difference On-policy method (SARSA), and Temporal Difference Off-policy method (Q-learning)

Please feel free to visit [here](https://github.com/papillonbee/ski/blob/master/ski_0_0_27.ipynb) to see the manual

