wa008 / reinforcement-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reinforcement-learning

Simulate a simplest traffic systems and use basic reinforcement learning techniques to improve the driving ability of cars

Example

display_demo.mp4

How to run

git clone git@github.com:wa008/reinforcement-learning.git
cd ./reinforcement-learning
python3 src/run_this.py

Problem

I used tkinter to render and display the maps, But I found that tkinter can't support maps that have more than 20 row and columns in my person machine(Mac M1 mini), I don't know how to display bigger maps that have more rows and columns.

I'm very grateful that if you have some suggestion.

About


Languages

Language:Python 97.8%Language:Shell 2.2%