Metadata-Version: 2.2
Name: Q-Learning_Graph-Visualization
Version: 0.1.0
Summary: A Visualization regarding Q-Learning with a simple graph
Author-email: NTGNguyen <23521049@gm.uit.edu.vn>
License: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# ⚡Q-Learning_Graph-Visualization⚡
<pre align="center">

**********************--===.===================+*#%%%%%%%#.=*******=******=+****=+********
**********************+====-:==============+*#%%%%%%%%%%%#  -*******-=********************
***********************-====:-=====+++==+*#%%%%%%%%%%%%%%#   :****************************
***********************:=====-=++****##%%%%%%%%%%%%%%%%%%#   .-***************************
************************:==---+***##%%%%%%%%%%%%%#***#%%%#   ..***********=---=***********
***********************+=-=+*+-.+%%%######%%%%%%+=***=+%%#   ..+*********:=. :==+*********
*****=+*************==-+***:    +%%%++++++#%%%%%==%%%+=#%#   ..=*********===-====-.:+*****
****=+*+-=******+===+******     -%%%%%%%%%%%%%%%#+===+#%%*   ..+*******..-======-....+****
*******:*****==-+**********-     +%%%%%%%#*##%#*#%%%%%%%#.  ..:*******-    -++**=....:****
*******+****:+**************.     :+#%%%%#*+==++#%%%%#+-   ...+*******-    -****+.....****
*****************************.        :=+#%%%%%%%*=-.     ...+*********     .-=-.....=****
******************************-           .:--:.      ::...:+**********+.    .......=*****
*******************************+:                  :==:...=**************+: .---=:.+******
*********************************+-..            -=:...:=*****************-  ......*******
************************************+=:............:-=*******************+     ...-*******
***************************************=     .....=*********************-     ...:********
******************************=-::::::::     ---===::::::--=*********+:      ...:*********
************************+==--   .............::.........::...-----:.        ...:**********
*******************+-:                                  .:==...           ...:=***********
*****************-                                         =-..       .-==.:=*************
***************:      :--==     .=::=.   :-------.         +:..-======-:-=****************
*************=     :==:...:.           -=:.     .-+.       *...----==+********************
************:    .+-..:=***-          +-.         .+.     .*..:***************************
***********-     -..:+*****+          *.           :+     -=..-***************************
**********+     ...-********           .          ..      +:..+***************************

A repo using to visualize <strong>Q-Learning</strong> with tkinter
</pre>          
![GitHub Created At](https://img.shields.io/github/created-at/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
![GitHub last commit](https://img.shields.io/github/last-commit/NTGNguyen/Q-Learning_Graph-Visualization?display_timestamp=author&style=for-the-badge)
![GitHub commit activity](https://img.shields.io/github/commit-activity/t/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
![GitHub contributors](https://img.shields.io/github/contributors/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
![GitHub License](https://img.shields.io/github/license/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
<br>
<br>
[![wakatime](https://wakatime.com/badge/user/018dc1fb-78ec-4b43-aa3b-c4526233484c/project/2fd970f0-8b7f-4e9f-ba95-7766dfdcb7bb.svg?style=for-the-badge)](https://wakatime.com/badge/user/018dc1fb-78ec-4b43-aa3b-c4526233484c/project/2fd970f0-8b7f-4e9f-ba95-7766dfdcb7bb?style=for-the-badge)
![GitHub branch check runs](https://img.shields.io/github/check-runs/NTGNguyen/Q-Learning_Graph-Visualization/main?style=for-the-badge)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues-pr-closed/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
![GitHub repo size](https://img.shields.io/github/repo-size/NTGNguyen/Q-Learning_Graph-Visualization?style=for-the-badge)
<br>
<br>
![Static Badge](https://img.shields.io/badge/Python-n?style=for-the-badge&logo=python&logoColor=%23FFFF00&color=blue)
![Static Badge](https://img.shields.io/badge/Shell-0%20?style=for-the-badge&logo=gnubash&logoColor=white&color=black)
![Static Badge](https://img.shields.io/badge/pre--commit-FAB040?style=for-the-badge&logo=precommit&logoColor=white&color=yellow)
![Static Badge](https://img.shields.io/badge/github--actions-FAB040?style=for-the-badge&logo=githubactions&logoColor=white&color=red)
![Static Badge](https://img.shields.io/badge/github--copilot-FB040?style=for-the-badge&logo=githubcopilot&logoColor=white&color=black)
![Static Badge](https://img.shields.io/badge/scikit--learn-white?style=for-the-badge&logo=scikitlearn)
![Static Badge](https://img.shields.io/badge/NumPy-yellow?style=for-the-badge&logo=numpy)
![Static Badge](https://img.shields.io/badge/GitforWindows-black?style=for-the-badge&logo=gitforwindows)
![Static Badge](https://img.shields.io/badge/LaTeX-gray?style=for-the-badge&logo=latex)

<hr>

## 📖 Giới Thiệu

- Python GUI with tkinter để visualization thuật toán <strong>Q-Learning</strong>

## 🧮 Thuật Toán

- Bạn có thể đọc về thuật toán bằng cách đọc trên mạng 
  - [G4G](https://www.geeksforgeeks.org/q-learning-in-python/)

