Metadata-Version: 2.1
Name: Q-Learning-O-Run
Version: 0.0.2
Summary: 用于Q-learning的学习,内含MDP环境和Q-learning决策大脑
Home-page: https://github.com/353055619/Q_Learning_O_Run.git
Author: Godw
Author-email: 353055619@qq.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
License-File: LICENSE

# Q_Learning_O_Run
**用于Q-learning的学习,内含MDP环境和Q-learning决策大脑**

代码是根据莫凡Q-leaning教学视频修改而来

👍 在这感谢莫凡的工作！！！👍 

附莫凡Q-learing学习网址：
https://mofanpy.com/tutorials/machine-learning/reinforcement-learning/intro-q-learning/

## 安装

```shell
pip install Q-Learning-O-Run
```

## 使用
**main.py是使用示例**
1. 项目文件下运行
   ```shell
   python ./tests/test.py
   ``` 
## 学习
> 请看__init__.py和同级的py文件，注释详细



