Metadata-Version: 2.1
Name: ski
Version: 0.1.11
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

(ski)[https://pypi.org/project/ski/] is a Python package for running reinforcement learning (RL) experiments on an inventory control problem called retailing skis (Eric V. Denardo [1982]). The problem is formulated as Markov decision process (MDP) and solved by fundamental RL algorithms including Monte Carlo (MC) method, Sarsa, Q-learning, and double Q-learning in both tabular and value approximation manner.

(Visit repository on Github)[https://github.com/papillonbee/ski]


