{"id":19293499,"url":"https://github.com/voschezang/project-agent-based-modelling","last_synced_at":"2026-06-21T14:31:16.616Z","repository":{"id":134352388,"uuid":"165021555","full_name":"voschezang/project-agent-based-modelling","owner":"voschezang","description":"Agent Based Modelling of Traffic","archived":false,"fork":false,"pushed_at":"2019-02-10T10:10:55.000Z","size":1845,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T00:24:51.778Z","etag":null,"topics":["simulation"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/voschezang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-10T08:31:59.000Z","updated_at":"2024-05-28T06:34:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"555b9313-fa56-4967-a0c7-12f9de0b549c","html_url":"https://github.com/voschezang/project-agent-based-modelling","commit_stats":null,"previous_names":["voschezang/project-agent-based-modelling"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/voschezang/project-agent-based-modelling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voschezang%2Fproject-agent-based-modelling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voschezang%2Fproject-agent-based-modelling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voschezang%2Fproject-agent-based-modelling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voschezang%2Fproject-agent-based-modelling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/voschezang","download_url":"https://codeload.github.com/voschezang/project-agent-based-modelling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/voschezang%2Fproject-agent-based-modelling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34613028,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["simulation"],"created_at":"2024-11-09T22:35:14.086Z","updated_at":"2026-06-21T14:31:16.596Z","avatar_url":"https://github.com/voschezang.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Traffic flow model\nAn Agend-Based Model (ABM) used to study the emergence of traffic jams on highways.\n\n\u003cimg src='simulation.png'\u003e\u003c/img\u003e\n\n# Setup\n\n### Using `make`\n\nMake sure that `pip`/`pip3` is installed (python version \u003e= 3.6).\nOn Mac or Linux run the following commands in your terminal. On Windows you may have to install [make](http://gnuwin32.sourceforge.net/packages/make.htm) for PowerShell .\n\n```\ngit clone https://github.com/voschezang/ABM\ncd ABM\nmake deps\n```\n\n\n### (Alternative) Manual setup\n\nInstall all packages listed in `requirements.txt`. Shortcut: `pip3 install -r requirements.txt`\n\n\n# Run simulation\n\nStart server and run a simulation in your browser\n```\nmake run\n```\n\n### (Alternative) Manually run progam\n\nUse an IDE or, depending on your python installation, use one of\n```\npython3 run.py\npython run.py\npythonw run.py\n```\n\n## Run analysis\n\nOpen `analysis.ipynb` with jupyter notebook.\n\n\n\n\n\n# Basic agent rules\n### Nagel-Schreckenberg rules\n- Accelerate if agent is not driving at maximum speed\n- Slow down if another car is in front of agent (within range)\n- Disable backwards movement\n\n### Extended rules\n- Overtake any car in front of agent (if possible)\n- else, go to right lane (if possible)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoschezang%2Fproject-agent-based-modelling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoschezang%2Fproject-agent-based-modelling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoschezang%2Fproject-agent-based-modelling/lists"}