Algorithms and utilities for AI-driven traffic signal and path planning (RRT*, Dijkstra, round-robin).
Project description
ai-traffic-signal
A small collection of algorithms used during thesis experiments: RRT*, Dijkstra's grid shortest path, and a weighted round-robin helper.
Install (development):
python -m pip install -e .[dev]
Basic usage:
from ai_traffic_signal import load_module
rrt = load_module('rrt_dijkstra')
See the modules for function docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ai_traffic_signal-0.1.0.tar.gz.
File metadata
- Download URL: ai_traffic_signal-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
121a98ca224996bf47a7c9b8b81cfafb2550bafe04439c1bbef513b6c855388d
|
|
| MD5 |
dfd2a77d9c2764ed67ed970bf33bea0f
|
|
| BLAKE2b-256 |
f9e117522f896de050f66462d7e0a495e10df43300848389dd0c0a03624e5c54
|
File details
Details for the file ai_traffic_signal-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ai_traffic_signal-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb728b2809d02ea8b5d7a0d28c34cf648db0dd0130255e0bf3d70232b624248e
|
|
| MD5 |
11db840c27d079a64291070271925eca
|
|
| BLAKE2b-256 |
8b0886fe8b8acf09daad7945f825e8ef5b467ae85c481ff8f65dcb756076d38a
|