{"id":26207279,"url":"https://github.com/oelin/ac2","last_synced_at":"2026-04-22T00:32:53.721Z","repository":{"id":215430087,"uuid":"738926054","full_name":"oelin/ac2","owner":"oelin","description":"A PettingZoo AEC environment for Ant Colony Coverage (AC2).","archived":false,"fork":false,"pushed_at":"2024-01-06T17:29:59.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T16:22:06.942Z","etag":null,"topics":["ant-colony","coverage-path-planning","gym","gymnasium","multi-agent-reinforcement-learning","pettingzoo","reinforcement-learning"],"latest_commit_sha":null,"homepage":"","language":"Python","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/oelin.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}},"created_at":"2024-01-04T11:17:47.000Z","updated_at":"2024-01-04T11:35:55.000Z","dependencies_parsed_at":"2024-01-14T08:59:36.358Z","dependency_job_id":null,"html_url":"https://github.com/oelin/ac2","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"e0791f2aa7240e9ece0dd629c450e1990b32c157"},"previous_names":["oelin/ac2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oelin/ac2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fac2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fac2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fac2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fac2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oelin","download_url":"https://codeload.github.com/oelin/ac2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oelin%2Fac2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32115876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"ssl_error","status_checked_at":"2026-04-22T00:30:22.894Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ant-colony","coverage-path-planning","gym","gymnasium","multi-agent-reinforcement-learning","pettingzoo","reinforcement-learning"],"created_at":"2025-03-12T05:31:37.183Z","updated_at":"2026-04-22T00:32:53.705Z","avatar_url":"https://github.com/oelin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AC2\n\nA PettingZoo AEC environment for Ant Colony Coverage (AC2).\n\n## Usage\n\n```python\nfrom ac2 import AC2, AC2Configuration\n\nconfiguration = AC2Configuration(\n    map_size=16,\n    number_of_agents=16,\n    number_of_obstacles=16,\n    difficulty=0.01,\n    duration=1000,\n)\n\nenv = AC2(configuration=configuration)\n```\n\nThe environment can be parallelized using `aec_to_parallel()`.\n\n```python\nfrom pettingzoo.utils.conversions import aec_to_parallel\n\nparallel_env = aec_to_parallel(env)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foelin%2Fac2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foelin%2Fac2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foelin%2Fac2/lists"}