https://github.com/atlinx/hackru-sp-2025
https://github.com/atlinx/hackru-sp-2025
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atlinx/hackru-sp-2025
- Owner: Atlinx
- Created: 2025-02-01T16:47:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-03T14:28:45.000Z (over 1 year ago)
- Last Synced: 2025-02-03T15:29:38.865Z (over 1 year ago)
- Language: Python
- Size: 303 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bus Sim - HACKRU Spring 2025
The goal of this project was to simulate the Rutgers Bus system and then using Deep Q-Learning to train a model on allocating buses between routes.
## Use
Install requirements
```bash
pip install -r requirements.txt
```
Running simulation:
```bash
py simulate.py
```
Running training:
```bash
py training.py to run the training
```