Skip to content

Latest commit

 

History

History
86 lines (50 loc) · 2.1 KB

README.md

File metadata and controls

86 lines (50 loc) · 2.1 KB

Q-Learning-Demo

Binder

A project show how Q-learning works from scratch

Blog

基于 OpenAI Gym 的 Q-Learning 算法演示

Getting Started

Download or git clone this repository.

Proof of concept

Online demo

A Jupyter notebook is provided to demo online. Link is here.

Prerequisites

Python 3.5+

Check you python version with this

python --version

Installing

Git clone the code

git clone https://github.com/howl-anderson/q_learning_demo.git

then

cd q_learning_demo

Running the training

You can train your model or skip this to used pre-trained model

python -m q_learning_demo.train

Running the pre-trained model

Use built-in pre-trained model to test model

python -m q_learning_demo.load

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments