An open API service indexing awesome lists of open source software.

https://github.com/atlinx/hackru-sp-2025


https://github.com/atlinx/hackru-sp-2025

Last synced: about 1 year ago
JSON representation

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
```