{"id":80746,"name":null,"description":"An open source framework for research in Embodied-AI from AI2.","url":"https://github.com/allenai/allenact","last_synced_at":"2025-09-08T21:53:17.917Z","repository":{"id":37669057,"uuid":"233944205","full_name":"allenai/allenact","owner":"allenai","description":"An open source framework for research in Embodied-AI from AI2.","archived":false,"fork":false,"pushed_at":"2025-08-22T08:49:48.000Z","size":26739,"stargazers_count":367,"open_issues_count":56,"forks_count":59,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-22T10:36:32.580Z","etag":null,"topics":["ai","ai2","computer-vision","deep-learning","embodied-agent","python","reinforcement-learning","research"],"latest_commit_sha":null,"homepage":"https://www.allenact.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allenai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-01-14T21:58:30.000Z","updated_at":"2025-08-15T15:45:11.000Z","dependencies_parsed_at":"2024-02-21T01:28:30.501Z","dependency_job_id":"965c40a3-161a-43b5-b340-0106efe93f99","html_url":"https://github.com/allenai/allenact","commit_stats":{"total_commits":1833,"total_committers":26,"mean_commits":70.5,"dds":0.6470267321331151,"last_synced_commit":"92d06eabbec3a46688d40dc25b2189b2912e2856"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/allenai/allenact","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/sbom","scorecard":{"id":29037,"data":{"date":"2025-08-11","repo":{"name":"github.com/allenai/allenact","commit":"d055fc9d4533f086e0340fe0a838ed42c28d932e"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.4,"checks":[{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql.yml:16","Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql.yml:17","Warn: no topLevel permission defined: .github/workflows/black.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.yml:1","Warn: no topLevel permission defined: .github/workflows/pytest.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/black.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/black.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/black.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/black.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:27: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/publish.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/pytest.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pytest.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/pytest.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/pytest.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/pytest.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/pytest.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/allenai/allenact/pytest.yml/main?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:22","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:23","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:25","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:28","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:29","Warn: pipCommand not pinned by hash: .github/workflows/pytest.yml:30","Info:   0 out of   9 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 third-party GitHubAction dependencies pinned","Info:   0 out of   8 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":10,"reason":"SAST tool is run on all commits","details":["Info: SAST configuration detected: CodeQL","Info: all commits (30) are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"91 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-3749-ghw9-m3mg","Warn: Project is vulnerable to: PYSEC-2022-43015 / GHSA-47fc-vmwq-366v","Warn: Project is vulnerable to: PYSEC-2025-41 / GHSA-53q9-r3pm-6pq6","Warn: Project is vulnerable to: PYSEC-2024-252 / GHSA-5pcm-hx3q-hm94","Warn: Project is vulnerable to: GHSA-887c-mr87-cxwp","Warn: Project is vulnerable to: PYSEC-2024-251 / GHSA-pg7h-5qx3-wjr3","Warn: Project is vulnerable to: PYSEC-2024-250","Warn: Project is vulnerable to: PYSEC-2024-259","Warn: Project is vulnerable to: PYSEC-2017-74","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2024-4 / GHSA-2mqj-m65w-jghx","Warn: Project is vulnerable to: PYSEC-2023-165 / GHSA-cwvm-v4w8-q58c","Warn: Project is vulnerable to: PYSEC-2022-42992 / GHSA-hcpj-qp55-gfph","Warn: Project is vulnerable to: PYSEC-2023-137 / GHSA-pr76-5cm5-w9cj","Warn: Project is vulnerable to: PYSEC-2023-161 / GHSA-wfm5-v35h-vwf4","Warn: Project is vulnerable to: PYSEC-2022-42986 / GHSA-43fp-rhv2-5gv8","Warn: Project is vulnerable to: PYSEC-2023-135 / GHSA-xqr8-7jwr-rhp7","Warn: Project is vulnerable to: PYSEC-2022-42991 / GHSA-v3c5-jqr6-7qm8","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-6p56-wp2h-9hxr","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: GHSA-qr4w-53vh-m672","Warn: Project is vulnerable to: PYSEC-2023-183","Warn: Project is vulnerable to: GHSA-3c5c-7235-994j","Warn: Project is vulnerable to: GHSA-3f63-hfp8-52jq","Warn: Project is vulnerable to: PYSEC-2021-41 / GHSA-3wvg-mj6g-m9cv","Warn: Project is vulnerable to: PYSEC-2020-77 / GHSA-3xv8-3j54-hgrp","Warn: Project is vulnerable to: PYSEC-2020-80 / GHSA-43fq-w8qq-v88h","Warn: Project is vulnerable to: GHSA-44wm-f244-xhp3","Warn: Project is vulnerable to: GHSA-4fx9-vc88-q2xc","Warn: Project is vulnerable to: PYSEC-2021-35 / GHSA-57h3-9rgr-c24m","Warn: Project is vulnerable to: PYSEC-2020-172 / GHSA-5gm3-px64-rw72","Warn: Project is vulnerable to: PYSEC-2021-331 / GHSA-7534-mm45-c74v","Warn: Project is vulnerable to: PYSEC-2021-92 / GHSA-7r7m-5h27-29hp","Warn: Project is vulnerable to: PYSEC-2020-78 / GHSA-8843-m7mw-mxqm","Warn: Project is vulnerable to: PYSEC-2023-227 / GHSA-8ghj-p4vj-mr35","Warn: Project is vulnerable to: PYSEC-2014-87 / GHSA-8m9x-pxwq-j236","Warn: Project is vulnerable to: PYSEC-2022-10 / GHSA-8vj2-vxx3-667w","Warn: Project is vulnerable to: PYSEC-2021-36 / GHSA-8xjq-8fcg-g5hw","Warn: Project is vulnerable to: PYSEC-2016-6 / GHSA-8xjv-v9xq-m5h9","Warn: Project is vulnerable to: PYSEC-2021-42 / GHSA-95q3-8gr9-gm8w","Warn: Project is vulnerable to: PYSEC-2022-168 / GHSA-9j59-75qj-795w","Warn: Project is vulnerable to: PYSEC-2014-10 / GHSA-cfmr-38g9-f2h7","Warn: Project is vulnerable to: PYSEC-2020-76 / GHSA-cqhg-xjhh-p8hf","Warn: Project is vulnerable to: PYSEC-2021-40 / GHSA-f4w8-cv6p-x6r5","Warn: Project is vulnerable to: PYSEC-2021-69 / GHSA-f5g8-5qq7-938w","Warn: Project is vulnerable to: PYSEC-2021-139 / GHSA-g6rj-rv7j-xwp4","Warn: Project is vulnerable to: PYSEC-2015-16 / GHSA-h5rf-vgqx-wjv2","Warn: Project is vulnerable to: PYSEC-2016-5 / GHSA-hggx-3h72-49ww","Warn: Project is vulnerable to: PYSEC-2020-84 / GHSA-hj69-c76v-86wr","Warn: Project is vulnerable to: PYSEC-2016-7 / GHSA-hvr8-466p-75rh","Warn: Project is vulnerable to: PYSEC-2015-15 / GHSA-j6f7-g425-4gmx","Warn: Project is vulnerable to: GHSA-j7hp-h8jx-5ppr","Warn: Project is vulnerable to: PYSEC-2019-110 / GHSA-j7mj-748x-7p78","Warn: Project is vulnerable to: GHSA-jgpv-4h4c-xhw3","Warn: Project is vulnerable to: PYSEC-2022-42979 / GHSA-m2vv-5vj5-2hm7","Warn: Project is vulnerable to: PYSEC-2021-37 / GHSA-mvg9-xffr-p774","Warn: Project is vulnerable to: PYSEC-2020-83 / GHSA-p49h-hjvm-jg3h","Warn: Project is vulnerable to: PYSEC-2022-8 / GHSA-pw3c-h7wp-cvhx","Warn: Project is vulnerable to: PYSEC-2021-93 / GHSA-q5hq-fp76-qmrc","Warn: Project is vulnerable to: PYSEC-2020-82 / GHSA-r7rm-8j6h-r933","Warn: Project is vulnerable to: PYSEC-2014-23 / GHSA-r854-96gq-rfg3","Warn: Project is vulnerable to: PYSEC-2016-8 / GHSA-rwr3-c2q8-gm56","Warn: Project is vulnerable to: PYSEC-2020-81 / GHSA-vcqg-3p29-xw73","Warn: Project is vulnerable to: PYSEC-2020-79 / GHSA-vj42-xq3r-hr3r","Warn: Project is vulnerable to: PYSEC-2021-70 / GHSA-vqcj-wrf2-7v73","Warn: Project is vulnerable to: PYSEC-2016-9 / GHSA-w4vg-rf63-f3j3","Warn: Project is vulnerable to: PYSEC-2014-22 / GHSA-x895-2wrm-hvp7","Warn: Project is vulnerable to: PYSEC-2022-9 / GHSA-xrcv-f9gm-v42c","Warn: Project is vulnerable to: OSV-2022-715","Warn: Project is vulnerable to: PYSEC-2021-137","Warn: Project is vulnerable to: PYSEC-2021-138","Warn: Project is vulnerable to: PYSEC-2021-317","Warn: Project is vulnerable to: PYSEC-2021-38","Warn: Project is vulnerable to: PYSEC-2021-39","Warn: Project is vulnerable to: PYSEC-2021-94","Warn: Project is vulnerable to: PYSEC-2022-42980","Warn: Project is vulnerable to: PYSEC-2023-175","Warn: Project is vulnerable to: PYSEC-2022-48 / GHSA-77rm-9x9h-xj3g","Warn: Project is vulnerable to: GHSA-8gq9-2x98-w8hf","Warn: Project is vulnerable to: GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2023-74 / GHSA-j8r2-6x86-q33q","Warn: Project is vulnerable to: PYSEC-2023-102","Warn: Project is vulnerable to: PYSEC-2023-114","Warn: Project is vulnerable to: GHSA-g7vv-2v7x-gj9p","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-14T18:36:37.932Z","repository_id":37669057,"created_at":"2025-08-14T18:36:37.932Z","updated_at":"2025-08-14T18:36:37.932Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231409,"owners_count":25245626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"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"}},"owner":{"login":"allenai","name":"AI2","uuid":"5667695","kind":"organization","description":"","email":"ai2-info@allenai.org","website":"http://www.allenai.org","location":"Seattle, WA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5667695?v=4","repositories_count":454,"last_synced_at":"2024-04-14T22:06:46.803Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/allenai","funding_links":[],"total_stars":58847,"followers":1621,"following":0,"created_at":"2022-11-06T17:18:34.185Z","updated_at":"2024-04-14T22:08:05.570Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai/repositories"},"packages":[{"id":2637780,"name":"allenact","ecosystem":"pypi","description":"AllenAct framework","homepage":"https://github.com/allenai/allenact","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/allenai/allenact","keywords_array":["reinforcement learning","embodied-AI","AI","RL","SLAM"],"namespace":null,"versions_count":16,"first_release_published_at":"2021-02-05T23:31:40.000Z","latest_release_published_at":"2024-01-23T21:00:05.000Z","latest_release_number":"0.5.4","last_synced_at":"2025-08-22T10:52:11.123Z","created_at":"2022-04-10T10:01:00.509Z","updated_at":"2025-08-22T10:52:11.124Z","registry_url":"https://pypi.org/project/allenact/","install_command":"pip install allenact --index-url https://pypi.org/simple","documentation_url":"https://allenact.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","Intended Audience :: Science/Research","License :: OSI Approved :: MIT License","Programming Language :: Python","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Scientific/Engineering :: Artificial Intelligence"],"normalized_name":"allenact","project_status":null},"repo_metadata":{"id":37669057,"uuid":"233944205","full_name":"allenai/allenact","owner":"allenai","description":"An open source framework for research in Embodied-AI from AI2.","archived":false,"fork":false,"pushed_at":"2024-09-06T18:04:44.000Z","size":26861,"stargazers_count":311,"open_issues_count":53,"forks_count":50,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-09-06T19:49:49.372Z","etag":null,"topics":["ai","ai2","computer-vision","deep-learning","embodied-agent","python","reinforcement-learning","research"],"latest_commit_sha":null,"homepage":"https://www.allenact.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allenai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-14T21:58:30.000Z","updated_at":"2024-09-04T07:35:51.000Z","dependencies_parsed_at":"2024-02-21T01:28:30.501Z","dependency_job_id":"965c40a3-161a-43b5-b340-0106efe93f99","html_url":"https://github.com/allenai/allenact","commit_stats":{"total_commits":1833,"total_committers":26,"mean_commits":70.5,"dds":0.6470267321331151,"last_synced_commit":"92d06eabbec3a46688d40dc25b2189b2912e2856"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217856307,"owners_count":16241451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"},"owner_record":{"login":"allenai","name":"AI2","uuid":"5667695","kind":"organization","description":"","email":"ai2-info@allenai.org","website":"http://www.allenai.org","location":"Seattle, WA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5667695?v=4","repositories_count":454,"last_synced_at":"2024-04-14T22:06:46.803Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/allenai","funding_links":[],"total_stars":58847,"followers":1621,"following":0,"created_at":"2022-11-06T17:18:34.185Z","updated_at":"2024-04-14T22:08:05.570Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai/repositories"},"tags":[{"name":"v0.5.2","sha":"ce3414c1df9479ccb7d2b8a446e66a132872e21e","kind":"commit","published_at":"2022-08-16T21:39:14.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.5.2","html_url":"https://github.com/allenai/allenact/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.2/manifests"},{"name":"v0.5.0","sha":"4c5341dc77449ad9a6ec6a6cc115168989c7569b","kind":"commit","published_at":"2022-03-24T18:44:16.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.5.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"86b8ce384f721a06a2684560b4b90785df79a00a","kind":"commit","published_at":"2021-06-15T23:34:43.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.4.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"357074726ed5cb3904b40a64655580570f762934","kind":"commit","published_at":"2021-05-13T17:08:53.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.3.1","html_url":"https://github.com/allenai/allenact/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"33f2f73c4f377dda0a0994e09c30fd26054b8e5a","kind":"commit","published_at":"2021-05-04T22:56:45.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.3.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"7b4c0c583d36387c522b120a44c32ac90bd55310","kind":"commit","published_at":"2021-04-26T17:33:43.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.3","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"5680f9b4e370db4c79165e7d4a8aedbf652bb2ac","kind":"commit","published_at":"2021-04-07T18:21:16.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.2","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"49297d49901d838a8751204e86aaecb8ac89b08c","kind":"commit","published_at":"2021-02-17T14:50:22.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.1","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"4e8ae55b5f4842c8d00a65ee186214f92e6c5fc2","kind":"commit","published_at":"2021-02-10T18:45:15.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"62e33fd48256be3ddbfd0b41ee2c89b6ac94c92e","kind":"commit","published_at":"2020-09-01T18:34:05.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.1.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2024-09-06T20:39:26.444Z","dependent_packages_count":0,"downloads":811,"downloads_period":"last-month","dependent_repos_count":6,"rankings":{"downloads":12.954581439445137,"dependent_repos_count":6.070143798068661,"dependent_packages_count":9.813334981248527,"stargazers_count":3.8262803827825107,"forks_count":6.010785470314857,"docker_downloads_count":null,"average":7.735025214371939},"purl":"pkg:pypi/allenact","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/allenact","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/allenact","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/allenact/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-28T23:40:02.434Z","issues_count":44,"pull_requests_count":114,"avg_time_to_close_issue":3443494.379310345,"avg_time_to_close_pull_request":2955879.282828283,"issues_closed_count":29,"pull_requests_closed_count":99,"pull_request_authors_count":14,"issue_authors_count":26,"avg_comments_per_issue":4.5,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":70,"bot_issues_count":0,"bot_pull_requests_count":20,"past_year_issues_count":3,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":358895.0,"past_year_avg_time_to_close_pull_request":333068.28571428574,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":4.333333333333333,"past_year_avg_comments_per_pull_request":0.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/issues","maintainers":[{"login":"Lucaweihs","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Lucaweihs"},{"login":"jordis-ai2","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jordis-ai2"},{"login":"KuoHaoZeng","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KuoHaoZeng"},{"login":"mattdeitke","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattdeitke"}],"active_maintainers":[{"login":"KuoHaoZeng","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KuoHaoZeng"},{"login":"jordis-ai2","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jordis-ai2"},{"login":"Lucaweihs","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Lucaweihs"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact/related_packages","maintainers":[{"uuid":"allenact","login":"allenact","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/allenact/","role":null,"created_at":"2022-11-15T03:13:56.411Z","updated_at":"2022-11-15T03:13:56.411Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/allenact/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726290,"maintainers_count":308824,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}},{"id":2637783,"name":"allenact-plugins","ecosystem":"pypi","description":"Plugins for the AllenAct framework","homepage":"https://github.com/allenai/allenact","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/allenai/allenact","keywords_array":["reinforcement learning","embodied-AI","AI","RL","SLAM"],"namespace":null,"versions_count":16,"first_release_published_at":"2021-02-05T23:31:41.000Z","latest_release_published_at":"2024-01-23T21:00:09.000Z","latest_release_number":"0.5.4","last_synced_at":"2025-08-22T10:52:11.431Z","created_at":"2022-04-10T10:01:00.664Z","updated_at":"2025-08-22T10:52:11.431Z","registry_url":"https://pypi.org/project/allenact-plugins/","install_command":"pip install allenact-plugins --index-url https://pypi.org/simple","documentation_url":"https://allenact-plugins.readthedocs.io/","metadata":{"funding":null,"documentation":null,"classifiers":["Development Status :: 3 - Alpha","Intended Audience :: Science/Research","License :: OSI Approved :: MIT License","Programming Language :: Python","Programming Language :: Python :: 3.10","Programming Language :: Python :: 3.6","Programming Language :: Python :: 3.7","Programming Language :: Python :: 3.8","Programming Language :: Python :: 3.9","Topic :: Scientific/Engineering :: Artificial Intelligence"],"normalized_name":"allenact-plugins","project_status":null},"repo_metadata":{"id":37669057,"uuid":"233944205","full_name":"allenai/allenact","owner":"allenai","description":"An open source framework for research in Embodied-AI from AI2.","archived":false,"fork":false,"pushed_at":"2024-09-06T18:04:44.000Z","size":26861,"stargazers_count":311,"open_issues_count":53,"forks_count":50,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-09-06T19:49:49.372Z","etag":null,"topics":["ai","ai2","computer-vision","deep-learning","embodied-agent","python","reinforcement-learning","research"],"latest_commit_sha":null,"homepage":"https://www.allenact.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/allenai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-14T21:58:30.000Z","updated_at":"2024-09-04T07:35:51.000Z","dependencies_parsed_at":"2024-02-21T01:28:30.501Z","dependency_job_id":"965c40a3-161a-43b5-b340-0106efe93f99","html_url":"https://github.com/allenai/allenact","commit_stats":{"total_commits":1833,"total_committers":26,"mean_commits":70.5,"dds":0.6470267321331151,"last_synced_commit":"92d06eabbec3a46688d40dc25b2189b2912e2856"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":217856307,"owners_count":16241451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"},"owner_record":{"login":"allenai","name":"AI2","uuid":"5667695","kind":"organization","description":"","email":"ai2-info@allenai.org","website":"http://www.allenai.org","location":"Seattle, WA","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/5667695?v=4","repositories_count":454,"last_synced_at":"2024-04-14T22:06:46.803Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/allenai","funding_links":[],"total_stars":58847,"followers":1621,"following":0,"created_at":"2022-11-06T17:18:34.185Z","updated_at":"2024-04-14T22:08:05.570Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/allenai/repositories"},"tags":[{"name":"v0.5.2","sha":"ce3414c1df9479ccb7d2b8a446e66a132872e21e","kind":"commit","published_at":"2022-08-16T21:39:14.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.5.2","html_url":"https://github.com/allenai/allenact/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.2/manifests"},{"name":"v0.5.0","sha":"4c5341dc77449ad9a6ec6a6cc115168989c7569b","kind":"commit","published_at":"2022-03-24T18:44:16.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.5.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.5.0/manifests"},{"name":"v0.4.0","sha":"86b8ce384f721a06a2684560b4b90785df79a00a","kind":"commit","published_at":"2021-06-15T23:34:43.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.4.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"357074726ed5cb3904b40a64655580570f762934","kind":"commit","published_at":"2021-05-13T17:08:53.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.3.1","html_url":"https://github.com/allenai/allenact/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"33f2f73c4f377dda0a0994e09c30fd26054b8e5a","kind":"commit","published_at":"2021-05-04T22:56:45.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.3.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.3.0/manifests"},{"name":"v0.2.3","sha":"7b4c0c583d36387c522b120a44c32ac90bd55310","kind":"commit","published_at":"2021-04-26T17:33:43.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.3","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.3","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.3/manifests"},{"name":"v0.2.2","sha":"5680f9b4e370db4c79165e7d4a8aedbf652bb2ac","kind":"commit","published_at":"2021-04-07T18:21:16.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.2","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.2","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.2/manifests"},{"name":"v0.2.1","sha":"49297d49901d838a8751204e86aaecb8ac89b08c","kind":"commit","published_at":"2021-02-17T14:50:22.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.1","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.1/manifests"},{"name":"v0.2.0","sha":"4e8ae55b5f4842c8d00a65ee186214f92e6c5fc2","kind":"commit","published_at":"2021-02-10T18:45:15.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.2.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"62e33fd48256be3ddbfd0b41ee2c89b6ac94c92e","kind":"commit","published_at":"2020-09-01T18:34:05.000Z","download_url":"https://codeload.github.com/allenai/allenact/tar.gz/v0.1.0","html_url":"https://github.com/allenai/allenact/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2024-09-06T20:39:26.400Z","dependent_packages_count":0,"downloads":783,"downloads_period":"last-month","dependent_repos_count":2,"rankings":{"downloads":13.916286363750485,"dependent_repos_count":11.679463609819402,"dependent_packages_count":9.813334981248527,"stargazers_count":3.8560088666964023,"forks_count":6.010785470314857,"docker_downloads_count":null,"average":9.055175858365935},"purl":"pkg:pypi/allenact-plugins","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/pypi/allenact-plugins","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/pypi/allenact-plugins","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/pypi/allenact-plugins/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-08-28T23:40:02.434Z","issues_count":44,"pull_requests_count":114,"avg_time_to_close_issue":3443494.379310345,"avg_time_to_close_pull_request":2955879.282828283,"issues_closed_count":29,"pull_requests_closed_count":99,"pull_request_authors_count":14,"issue_authors_count":26,"avg_comments_per_issue":4.5,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":70,"bot_issues_count":0,"bot_pull_requests_count":20,"past_year_issues_count":3,"past_year_pull_requests_count":11,"past_year_avg_time_to_close_issue":358895.0,"past_year_avg_time_to_close_pull_request":333068.28571428574,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":7,"past_year_pull_request_authors_count":5,"past_year_issue_authors_count":3,"past_year_avg_comments_per_issue":4.333333333333333,"past_year_avg_comments_per_pull_request":0.2727272727272727,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":4,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/issues","maintainers":[{"login":"Lucaweihs","count":32,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Lucaweihs"},{"login":"jordis-ai2","count":19,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jordis-ai2"},{"login":"KuoHaoZeng","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KuoHaoZeng"},{"login":"mattdeitke","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattdeitke"}],"active_maintainers":[{"login":"KuoHaoZeng","count":6,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KuoHaoZeng"},{"login":"jordis-ai2","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jordis-ai2"},{"login":"Lucaweihs","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Lucaweihs"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact-plugins/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact-plugins/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact-plugins/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages/allenact-plugins/related_packages","maintainers":[{"uuid":"allenact","login":"allenact","name":null,"email":null,"url":null,"packages_count":2,"html_url":"https://pypi.org/user/allenact/","role":null,"created_at":"2022-11-15T03:14:03.659Z","updated_at":"2022-11-15T03:14:03.659Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers/allenact/packages"}],"registry":{"name":"pypi.org","url":"https://pypi.org","ecosystem":"pypi","default":true,"packages_count":726290,"maintainers_count":308824,"namespaces_count":0,"keywords_count":238245,"github":"pypi","metadata":{"funded_packages_count":50579},"icon_url":"https://github.com/pypi.png","created_at":"2022-04-04T15:19:23.364Z","updated_at":"2025-09-08T05:32:36.857Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/pypi.org/namespaces"}}],"commits":{"id":533591,"full_name":"allenai/allenact","default_branch":"main","committers":[{"name":"Jordi Salvador","email":"jordis@allenai.org","login":null,"count":647},{"name":"klemenkotar","email":"klemenk@allenai.org","login":null,"count":489},{"name":"lucaw","email":"lucaw@allenai.org","login":null,"count":411},{"name":"Aniruddha Kembhavi","email":"anik@allenai.org","login":null,"count":61},{"name":"Klemen Kotar","email":"klemen@kotar.us","login":null,"count":44},{"name":"Matt Deitke","email":"mdeitke23@gmail.com","login":null,"count":42},{"name":"Tianwei Ni","email":"twni2016@gmail.com","login":null,"count":31},{"name":"Klemen","email":"klemen@luca-workstation","login":null,"count":28},{"name":"KuoHaoZeng","email":"khzeng@allenai.org","login":null,"count":27},{"name":"Kiana Ehsani","email":"ehsanik@gmail.com","login":null,"count":12},{"name":"Roozbeh Mottaghi","email":"roozbehm@Roozbehs-MacBook-Pro.local","login":null,"count":10},{"name":"klemenk","email":"klemenk@klemenk0433.local","login":null,"count":9},{"name":"apoorvkh","email":"apoorv.khand@gmail.com","login":null,"count":9},{"name":"Eric Kolve","email":"erick@allenai.org","login":null,"count":8},{"name":"Roozbeh Mottaghi","email":"roozbehm","login":"roozbehm","count":7},{"name":"jordis-ai2","email":"39779720+jordis-ai2","login":"jordis-ai2","count":5},{"name":"mattdeitke","email":"mattd@allenai.org","login":null,"count":4},{"name":"Zichen \"Charles\" Zhang","email":"52727818+zcczhang","login":"zcczhang","count":4},{"name":"KuoHaoZeng","email":"khzeng@cs.washington.edu","login":null,"count":2},{"name":"Luca Weihs","email":"astronomicalcuriosity@gmail.com","login":null,"count":2},{"name":"drschwenk","email":"drschwenk@gmail.com","login":null,"count":2},{"name":"klemenk","email":"klemenk@ip-172-16-3-136.us-west-2.compute.internal","login":null,"count":2},{"name":"dependabot[bot]","email":"49699333+dependabot[bot]","login":"dependabot[bot]","count":2},{"name":"Ani Kembhavi","email":"anik@ip-10-0-0-227.us-west-2.compute.internal","login":null,"count":1},{"name":"jiasenlu","email":"jiasenlu@gatech.edu","login":null,"count":1},{"name":"Unnat Jain","email":"unnat","login":"unnat","count":1},{"name":"LGTM Migrator","email":"lgtm-migrator","login":"lgtm-migrator","count":1},{"name":"klemenk","email":"klemenk@ip-172-16-36-152.us-west-2.compute.internal","login":null,"count":1}],"total_commits":1863,"total_committers":28,"total_bot_commits":2,"total_bot_committers":1,"mean_commits":66.53571428571429,"dds":0.652710681696189,"past_year_committers":[{"name":"KuoHaoZeng","email":"khzeng@allenai.org","login":null,"count":27},{"name":"lucaw","email":"lucaw@allenai.org","login":null,"count":4},{"name":"KuoHaoZeng","email":"khzeng@cs.washington.edu","login":null,"count":2},{"name":"Zichen \"Charles\" Zhang","email":"52727818+zcczhang","login":"zcczhang","count":1}],"past_year_total_commits":34,"past_year_total_committers":4,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":8.5,"past_year_dds":0.20588235294117652,"last_synced_at":"2024-09-25T14:07:07.479Z","last_synced_commit":"d055fc9d4533f086e0340fe0a838ed42c28d932e","created_at":"2023-03-09T03:54:10.983Z","updated_at":"2024-09-25T14:07:07.480Z","commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-04T00:00:25.936Z","repositories_count":5480019,"commits_count":853389012,"contributors_count":31098138,"owners_count":906558,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues_stats":{"full_name":"allenai/allenact","html_url":"https://github.com/allenai/allenact","last_synced_at":"2025-06-27T21:53:45.968Z","status":null,"issues_count":47,"pull_requests_count":114,"avg_time_to_close_issue":3443494.379310345,"avg_time_to_close_pull_request":2955879.282828283,"issues_closed_count":29,"pull_requests_closed_count":99,"pull_request_authors_count":14,"issue_authors_count":28,"avg_comments_per_issue":4.23404255319149,"avg_comments_per_pull_request":2.0,"merged_pull_requests_count":70,"bot_issues_count":0,"bot_pull_requests_count":20,"past_year_issues_count":3,"past_year_pull_requests_count":7,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":465356.8,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.2857142857142857,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":2,"created_at":"2023-05-14T08:48:14.181Z","updated_at":"2025-09-02T00:18:26.227Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/allenai%2Fallenact/issues","issue_labels_count":{"bug":13,"enhancement":3,"invalid":1},"pull_request_labels_count":{"dependencies":15},"issue_author_associations_count":{"NONE":37},"pull_request_author_associations_count":{"COLLABORATOR":50,"CONTRIBUTOR":32,"NONE":6,"MEMBER":4},"issue_authors":{"ShoufaChen":2,"hai-h-nguyen":2,"Aliiiranmanesh":2,"rxlqn":2,"pioneer-innovation":2,"qiwu57kevin":2,"npmhung":2,"joel99":2,"twb1235":2,"Hustwireless":1,"nbqu":1,"GracefulMan":1,"andykim0723":1,"prithv1":1,"rginjapan":1,"sagadre":1,"hutchinsonian":1,"SamsonYuBaiJian":1,"YYDS-cc":1,"aleSuglia":1,"suvaansh":1,"xiaobaishu0097":1,"jiwook-jung":1,"keeper1314":1,"zhangfuyang":1,"Aakash-Roy":1,"dtch1997":1,"destination-xy":1},"pull_request_authors":{"Lucaweihs":24,"jordis-ai2":17,"dependabot[bot]":15,"KuoHaoZeng":9,"twni2016":8,"zcczhang":5,"mattdeitke":4,"Aakash-Roy":3,"apoorvkh":3,"ekolve":1,"lgtm-com[bot]":1,"kshitijd20":1,"ehsanik":1},"host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2025-09-06T00:00:15.144Z","repositories_count":10118181,"issues_count":31675043,"pull_requests_count":98605799,"authors_count":10709218,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"},"past_year_issue_labels_count":{"bug":1},"past_year_pull_request_labels_count":{},"past_year_issue_author_associations_count":{"NONE":3},"past_year_pull_request_author_associations_count":{},"past_year_issue_authors":{"Aliiiranmanesh":2,"keeper1314":1},"past_year_pull_request_authors":{},"maintainers":[{"login":"Lucaweihs","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Lucaweihs"},{"login":"jordis-ai2","count":17,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jordis-ai2"},{"login":"KuoHaoZeng","count":9,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/KuoHaoZeng"},{"login":"mattdeitke","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mattdeitke"}],"active_maintainers":[]},"events":{"total":{"IssuesEvent":2,"WatchEvent":34,"DeleteEvent":1,"PushEvent":6,"ForkEvent":8,"CreateEvent":1},"last_year":{"IssuesEvent":2,"WatchEvent":34,"DeleteEvent":1,"PushEvent":6,"ForkEvent":8,"CreateEvent":1}},"keywords":["ai","ai2","computer-vision","deep-learning","embodied-agent","python","reinforcement-learning","research"],"dependencies":[{"ecosystem":"pypi","filepath":"allenact/setup.py","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:55.300Z","updated_at":"2022-07-20T00:16:55.300Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact/setup.py","dependencies":[{"id":271082429,"package_name":"gym","ecosystem":"pypi","requirements":"\u003e=0.17.0,\u003c0.20.0","direct":true,"kind":"runtime","optional":false},{"id":271082430,"package_name":"torch","ecosystem":"pypi","requirements":"\u003e=1.6.0,","direct":true,"kind":"runtime","optional":false},{"id":271082431,"package_name":"tensorboardx","ecosystem":"pypi","requirements":"\u003e=2.1","direct":true,"kind":"runtime","optional":false},{"id":271082432,"package_name":"torchvision","ecosystem":"pypi","requirements":"\u003e=0.7.0","direct":true,"kind":"runtime","optional":false},{"id":271082433,"package_name":"setproctitle","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271082434,"package_name":"moviepy","ecosystem":"pypi","requirements":"\u003e=1.0.3","direct":true,"kind":"runtime","optional":false},{"id":271082435,"package_name":"filelock","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271082436,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.19.1","direct":true,"kind":"runtime","optional":false},{"id":271082437,"package_name":"Pillow","ecosystem":"pypi","requirements":"\u003e=8.2.0,\u003c9.0.0","direct":true,"kind":"runtime","optional":false},{"id":271082438,"package_name":"matplotlib","ecosystem":"pypi","requirements":"\u003e=3.3.1","direct":true,"kind":"runtime","optional":false},{"id":271082439,"package_name":"networkx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271082440,"package_name":"opencv-python","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271082441,"package_name":"wheel","ecosystem":"pypi","requirements":"\u003e=0.36.2","direct":true,"kind":"runtime","optional":false},{"id":271082442,"package_name":"attrs","ecosystem":"pypi","requirements":"\u003e=21.4.0","direct":true,"kind":"runtime","optional":false},{"id":271082443,"package_name":"scipy","ecosystem":"pypi","requirements":"\u003e=1.5.4","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/babyai_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:55.661Z","updated_at":"2022-07-20T00:16:55.661Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/babyai_plugin/extra_requirements.txt","dependencies":[{"id":271083827,"package_name":"networkx","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/clip_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:55.909Z","updated_at":"2022-07-20T00:16:55.909Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/clip_plugin/extra_requirements.txt","dependencies":[{"id":271085741,"package_name":"torch","ecosystem":"pypi","requirements":"\u003e=1.7.1","direct":true,"kind":"runtime","optional":false},{"id":271085742,"package_name":"torchvision","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271085743,"package_name":"ftfy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271085744,"package_name":"regex","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271085745,"package_name":"tqdm","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/gym_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:56.430Z","updated_at":"2022-07-20T00:16:56.430Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/gym_plugin/extra_requirements.txt","dependencies":[{"id":271092796,"package_name":"gym","ecosystem":"pypi","requirements":"\u003e=0.17.0,\u003c0.20.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/habitat_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:56.626Z","updated_at":"2022-07-20T00:16:56.626Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/habitat_plugin/extra_requirements.txt","dependencies":[{"id":271093168,"package_name":"numpy-quaternion","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271093169,"package_name":"pyquaternion","ecosystem":"pypi","requirements":"\u003e=0.9.9","direct":true,"kind":"runtime","optional":false},{"id":271093170,"package_name":"numba","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/ithor_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:56.791Z","updated_at":"2022-07-20T00:16:56.791Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/ithor_plugin/extra_requirements.txt","dependencies":[{"id":271097316,"package_name":"ai2thor","ecosystem":"pypi","requirements":"\u003e=2.5.3","direct":true,"kind":"runtime","optional":false},{"id":271097321,"package_name":"numpy-quaternion","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271097323,"package_name":"pyquaternion","ecosystem":"pypi","requirements":"\u003e=0.9.9","direct":true,"kind":"runtime","optional":false},{"id":271097325,"package_name":"colour","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271097327,"package_name":"numba","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271097330,"package_name":"packaging","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271097332,"package_name":"python-xlib","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/lighthouse_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:57.096Z","updated_at":"2022-07-20T00:16:57.096Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/lighthouse_plugin/extra_requirements.txt","dependencies":[{"id":271097849,"package_name":"patsy","ecosystem":"pypi","requirements":"\u003e=0.5.1","direct":true,"kind":"runtime","optional":false},{"id":271097850,"package_name":"gym-minigrid","ecosystem":"pypi","requirements":"\u003e=1.0.1","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/minigrid_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:57.196Z","updated_at":"2022-07-20T00:16:57.196Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/minigrid_plugin/extra_requirements.txt","dependencies":[{"id":271098943,"package_name":"patsy","ecosystem":"pypi","requirements":"\u003e=0.5.1","direct":true,"kind":"runtime","optional":false},{"id":271098944,"package_name":"gym-minigrid","ecosystem":"pypi","requirements":"\u003e=1.0.1","direct":true,"kind":"runtime","optional":false},{"id":271098945,"package_name":"pickle5","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/robothor_plugin/extra_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:57.389Z","updated_at":"2022-07-20T00:16:57.389Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/robothor_plugin/extra_requirements.txt","dependencies":[{"id":271099093,"package_name":"ai2thor","ecosystem":"pypi","requirements":"\u003e=2.5.3","direct":true,"kind":"runtime","optional":false},{"id":271099094,"package_name":"numpy-quaternion","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271099095,"package_name":"pyquaternion","ecosystem":"pypi","requirements":"\u003e=0.9.9","direct":true,"kind":"runtime","optional":false},{"id":271099096,"package_name":"colour","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271099097,"package_name":"numba","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271099098,"package_name":"packaging","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271099099,"package_name":"python-xlib","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"allenact_plugins/setup.py","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:57.487Z","updated_at":"2022-07-20T00:16:57.487Z","repository_link":"https://github.com/allenai/allenact/blob/main/allenact_plugins/setup.py","dependencies":[{"id":271099323,"package_name":"gym","ecosystem":"pypi","requirements":"\u003e=0.17.0,\u003c0.20.0","direct":true,"kind":"runtime","optional":false},{"id":271099324,"package_name":"torch","ecosystem":"pypi","requirements":"\u003e=1.6.0,","direct":true,"kind":"runtime","optional":false},{"id":271099325,"package_name":"torchvision","ecosystem":"pypi","requirements":"\u003e=0.7.0","direct":true,"kind":"runtime","optional":false},{"id":271099326,"package_name":"numpy","ecosystem":"pypi","requirements":"\u003e=1.19.1","direct":true,"kind":"runtime","optional":false},{"id":271099327,"package_name":"wheel","ecosystem":"pypi","requirements":"\u003e=0.36.2","direct":true,"kind":"runtime","optional":false},{"id":271099328,"package_name":"allenact","ecosystem":"pypi","requirements":"==","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"pypi","filepath":"dev_requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:57.551Z","updated_at":"2022-07-20T00:16:57.551Z","repository_link":"https://github.com/allenai/allenact/blob/main/dev_requirements.txt","dependencies":[{"id":271099370,"package_name":"black","ecosystem":"pypi","requirements":"==19.10b0","direct":true,"kind":"development","optional":false},{"id":271099371,"package_name":"ruamel.yaml","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":271099372,"package_name":"gitpython","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":271099373,"package_name":"markdown","ecosystem":"pypi","requirements":"==3.3","direct":true,"kind":"development","optional":false},{"id":271099374,"package_name":"mypy","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":271099375,"package_name":"pytest","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":271099376,"package_name":"docformatter","ecosystem":"pypi","requirements":"==1.3.1","direct":true,"kind":"development","optional":false},{"id":271099377,"package_name":"docstr-coverage","ecosystem":"pypi","requirements":"==1.2.0","direct":true,"kind":"development","optional":false},{"id":271099378,"package_name":"mkdocs","ecosystem":"pypi","requirements":"==1.1.2","direct":true,"kind":"development","optional":false},{"id":271099379,"package_name":"mkdocs-material","ecosystem":"pypi","requirements":"==5.5.3","direct":true,"kind":"development","optional":false},{"id":271099380,"package_name":"pre-commit","ecosystem":"pypi","requirements":"*","direct":true,"kind":"development","optional":false},{"id":271099381,"package_name":"pydoc-markdown","ecosystem":"pypi","requirements":"==3.4.0","direct":true,"kind":"development","optional":false},{"id":271099382,"package_name":"compress-pickle","ecosystem":"pypi","requirements":"==1.2.0","direct":true,"kind":"development","optional":false}]},{"ecosystem":"pypi","filepath":"requirements.txt","sha":null,"kind":"manifest","created_at":"2022-07-20T00:16:57.616Z","updated_at":"2022-07-20T00:16:57.616Z","repository_link":"https://github.com/allenai/allenact/blob/main/requirements.txt","dependencies":[{"id":271100676,"package_name":"certifi","ecosystem":"pypi","requirements":"==2020.12.5","direct":true,"kind":"runtime","optional":false},{"id":271100680,"package_name":"chardet","ecosystem":"pypi","requirements":"==4.0.0","direct":true,"kind":"runtime","optional":false},{"id":271100682,"package_name":"cloudpickle","ecosystem":"pypi","requirements":"==1.6.0","direct":true,"kind":"runtime","optional":false},{"id":271100684,"package_name":"cycler","ecosystem":"pypi","requirements":"==0.10.0","direct":true,"kind":"runtime","optional":false},{"id":271100686,"package_name":"decorator","ecosystem":"pypi","requirements":"==4.4.2","direct":true,"kind":"runtime","optional":false},{"id":271100688,"package_name":"filelock","ecosystem":"pypi","requirements":"==3.0.12","direct":true,"kind":"runtime","optional":false},{"id":271100690,"package_name":"future","ecosystem":"pypi","requirements":"==0.18.2","direct":true,"kind":"runtime","optional":false},{"id":271100692,"package_name":"gym","ecosystem":"pypi","requirements":"==0.17.3","direct":true,"kind":"runtime","optional":false},{"id":271100694,"package_name":"idna","ecosystem":"pypi","requirements":"==2.10","direct":true,"kind":"runtime","optional":false},{"id":271100696,"package_name":"imageio","ecosystem":"pypi","requirements":"==2.9.0","direct":true,"kind":"runtime","optional":false},{"id":271100698,"package_name":"imageio-ffmpeg","ecosystem":"pypi","requirements":"==0.4.3","direct":true,"kind":"runtime","optional":false},{"id":271100700,"package_name":"kiwisolver","ecosystem":"pypi","requirements":"==1.3.1","direct":true,"kind":"runtime","optional":false},{"id":271100702,"package_name":"matplotlib","ecosystem":"pypi","requirements":"==3.3.3","direct":true,"kind":"runtime","optional":false},{"id":271100704,"package_name":"moviepy","ecosystem":"pypi","requirements":"==1.0.3","direct":true,"kind":"runtime","optional":false},{"id":271100706,"package_name":"networkx","ecosystem":"pypi","requirements":"==2.5","direct":true,"kind":"runtime","optional":false},{"id":271100708,"package_name":"numpy","ecosystem":"pypi","requirements":"==1.19.5","direct":true,"kind":"runtime","optional":false},{"id":271100710,"package_name":"opencv-python","ecosystem":"pypi","requirements":"==4.5.1.48","direct":true,"kind":"runtime","optional":false},{"id":271100712,"package_name":"Pillow","ecosystem":"pypi","requirements":"\u003e=8.2.0,\u003c9.0.0","direct":true,"kind":"runtime","optional":false},{"id":271100715,"package_name":"proglog","ecosystem":"pypi","requirements":"==0.1.9","direct":true,"kind":"runtime","optional":false},{"id":271100717,"package_name":"protobuf","ecosystem":"pypi","requirements":"==3.14.0","direct":true,"kind":"runtime","optional":false},{"id":271100719,"package_name":"pyglet","ecosystem":"pypi","requirements":"==1.5.0","direct":true,"kind":"runtime","optional":false},{"id":271100720,"package_name":"pyparsing","ecosystem":"pypi","requirements":"==2.4.7","direct":true,"kind":"runtime","optional":false},{"id":271100722,"package_name":"python-dateutil","ecosystem":"pypi","requirements":"\u003e=2.8.1","direct":true,"kind":"runtime","optional":false},{"id":271100724,"package_name":"requests","ecosystem":"pypi","requirements":"==2.25.1","direct":true,"kind":"runtime","optional":false},{"id":271100727,"package_name":"scipy","ecosystem":"pypi","requirements":"==1.5.4","direct":true,"kind":"runtime","optional":false},{"id":271100731,"package_name":"setproctitle","ecosystem":"pypi","requirements":"==1.2.1","direct":true,"kind":"runtime","optional":false},{"id":271100735,"package_name":"six","ecosystem":"pypi","requirements":"\u003e=1.15.0","direct":true,"kind":"runtime","optional":false},{"id":271100738,"package_name":"tensorboardX","ecosystem":"pypi","requirements":"==2.1","direct":true,"kind":"runtime","optional":false},{"id":271100744,"package_name":"torch","ecosystem":"pypi","requirements":"\u003e=1.6.0,","direct":true,"kind":"runtime","optional":false},{"id":271100748,"package_name":"torchvision","ecosystem":"pypi","requirements":"\u003e=0.7.0,\u003c0.10.0","direct":true,"kind":"runtime","optional":false},{"id":271100750,"package_name":"tqdm","ecosystem":"pypi","requirements":"==4.56.0","direct":true,"kind":"runtime","optional":false},{"id":271100753,"package_name":"urllib3","ecosystem":"pypi","requirements":"==1.26.5","direct":true,"kind":"runtime","optional":false},{"id":271100756,"package_name":"attr","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false},{"id":271100758,"package_name":"attrs","ecosystem":"pypi","requirements":"*","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/codeql.yml","sha":null,"kind":"manifest","created_at":"2023-02-18T02:15:34.606Z","updated_at":"2023-02-18T02:15:34.606Z","repository_link":"https://github.com/allenai/allenact/blob/main/.github/workflows/codeql.yml","dependencies":[{"id":7751569822,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v3","direct":true,"kind":"composite","optional":false},{"id":7751569823,"package_name":"github/codeql-action/init","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7751569824,"package_name":"github/codeql-action/autobuild","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7751569825,"package_name":"github/codeql-action/analyze","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/publish.yml","sha":null,"kind":"manifest","created_at":"2023-02-18T02:15:34.645Z","updated_at":"2023-02-18T02:15:34.645Z","repository_link":"https://github.com/allenai/allenact/blob/main/.github/workflows/publish.yml","dependencies":[{"id":7751569851,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7751569852,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"actions","filepath":".github/workflows/pytest.yml","sha":null,"kind":"manifest","created_at":"2023-02-18T02:15:34.699Z","updated_at":"2023-02-18T02:15:34.699Z","repository_link":"https://github.com/allenai/allenact/blob/main/.github/workflows/pytest.yml","dependencies":[{"id":7751569917,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7751569918,"package_name":"ouzi-dev/commit-status-updater","ecosystem":"actions","requirements":"v1.1.0","direct":true,"kind":"composite","optional":false},{"id":7751569920,"package_name":"actions/setup-python","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]}],"score":16.759208841831033,"created_at":"2025-09-08T21:00:43.737Z","updated_at":"2025-10-07T08:28:27.573Z","avatar_url":"https://github.com/allenai.png","language":"Python","category":null,"sub_category":null,"monthly_downloads":1594,"funding_links":[],"readme_doi_urls":[],"works":{},"citation_counts":{},"total_citations":0,"keywords_from_contributors":["profiler","transformation","interactive","genomics","projection","sequences","archival","embedded","observability","autograding"],"project_url":"https://science.ecosyste.ms/api/v1/projects/80746","html_url":"https://science.ecosyste.ms/projects/80746"}