luist18 / feup-asma-proj2

🐜 The second assignment for the Agents and Multi-Agent Systems course at FEUP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ants

This is being built with poetry.

Install

Poetry, by default, installs the Python environment in a cache folder somewhere where it will be lost, occupying space on your disk. I recommend running

$ poetry config virtualenvs.in-project true  

so that the Python environment is installed in the same folder as the project, in a folder called .venv.

# to install the dependencies
$ poetry install

Run

$ poetry run start

About

🐜 The second assignment for the Agents and Multi-Agent Systems course at FEUP


Languages

Language:Jupyter Notebook 74.7%Language:Python 22.6%Language:JavaScript 2.7%