Skip to content

A multi-agent deep reinforcement learning model to de-traffic our lives

License

Notifications You must be signed in to change notification settings

DeTraffic/detraffic

Repository files navigation

DeTraffic logo

DeTraffic

DeTraffic is a multi-agent deep reinforcement learning model to de-traffic our lives.

Table Of Contents

  1. Installation
  2. Development
  3. License

Installation

If you do not have poetry installed:

pip install poetry

For testing:

poetry install --without-dev # for newer versions of poetry
poetry install --no-dev # for older versions of poetry

For development purposes:

poetry install

And then you can dive into the environment with:

poetry shell

Development

After the installation, there are several steps to follow for development.

pdoc

pre-commit

pre-commit install

pytest

mypy

ruff

refurb