Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michadenheijer/agentbasedmodelling
https://github.com/michadenheijer/agentbasedmodelling
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michadenheijer/agentbasedmodelling
- Owner: michadenheijer
- License: mit
- Created: 2024-06-22T16:19:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T08:30:22.000Z (6 months ago)
- Last Synced: 2024-10-31T06:06:04.955Z (2 months ago)
- Language: Jupyter Notebook
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weight Littering Modeling
This is the codebase for the Agent Based Modeling course at the UvA (University of Amsterdam) for the project Agent Based Littering.
## Requirements
This codebase uses Python (only tested on 3.11) and Jupyter Notebooks. To install all the requirements run the following command:```bash
pip install -r requirements.txt
```## Understanding the code
This codebase contains two important files, ```gymmodel.py``` and ```experiments.ipynb```, the code for the experiments is (obviously) in the latter file, while the main model is in the first.