从零开始演示 Q-learning 如何工作
基于 OpenAI Gym 的 Q-Learning 算法演示
下载或者 clone 这个代码仓库
在线演示
提供了一个 Jupyter notebook 用于在线演示. 地址在 这里.
Python 3.5+
检查你的 python 版本
python --version
Git clone 代码
git clone https://github.com/howl-anderson/q_learning_demo.git
然后
cd q_learning_demo
你可以从零开始训练模型或者使用预先训练好的模型(见下文)
python -m q_learning_demo.train
使用预先训练好的模型去测试
python -m q_learning_demo.load
- OpenAI Gym - 增强学习框架
请仔细阅读 CONTRIBUTING.md, 然后发送 pull requests 给我们
我们使用 SemVer 的版本规则. 访问 tags on this repository 可以查看所有的已发布版本
- Xiaoquan Kong - 创建者 - howl-anderson
贡献者名单,请访问 contributors
本项目使用 MIT License - 详情见 LICENSE.md
- Billie Thompson - 感谢其提供 README.md & CONTRIBUTING.md 模板