/iasa_multiagent

Codebase for Multiagent System course

Primary LanguageJupyter Notebook

iasa_multiagent

Codebase for Multiagent System course

Installation

git clone https://github.com/VSydorskyy/iasa_multiagent

cd iasa_multiagent

pip install . (or pip install -e . to enable edit mode)

Contribution

  1. Create branch

  2. Preserve PEP8 style and test your code

  3. Run pip install pre-commit; pre-commit install once and then pre-commit run --all before each commit

  4. Create Merge Request