90
/ 100
Excellent work. The main thing left to polish is a reproducible setup.
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
Top fixes
Highest-impact changes first, ranked by point weight
- 1README12pt
Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.
- 2Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 3Reproducibility6pt
Commit poetry.lock, uv.lock, pdm.lock, Pipfile.lock, conda-lock.yml, or another lockfile for your Python dependency manager.
- 4Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
86
CONTRIBUTING guide found.
README is present.
README documents how to install the project.
Licensed under Other.
Engineering
89
No dependency lockfile found (−70 pts).
→ Commit poetry.lock, uv.lock, pdm.lock, Pipfile.lock, conda-lock.yml, or another lockfile for your Python dependency manager.
Test files detected (DevProject/Assets/ML-Agents/Scripts/Tests).
CI is configured (.github/workflows/pre-commit.yml).
.NET formatting configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (setup.cfg).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 6 / 18Commits (30d / 90d)
- 4,479Forks
- 63Releaseslatest 8y ago
Community
- 62% - FairCommunity health
- 3 bus factorauthors own >50% of commits
- 19,597Watchers
Responsiveness
- 2hMedian issue response
- 14hMedian PR merge time
- 18Open issues
Repository files42 root entries
- .githubGood: CI is configured (.github/workflows/pre-commit.yml).Good: Issue or PR templates present.
- .yamato
- colab
- com.unity.ml-agentsGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- com.unity.ml-agents.tests
- config
- DevProjectGood: Test files detected (DevProject/Assets/ML-Agents/Scripts/Tests).
- docs
- localized_docs
- ml-agents
- ml-agents-envs
- ml-agents-plugin-examples
- ml-agents-trainer-plugin
- PerformanceProject
- Project
- protobuf-definitions
- Tools
- unity-volume
- utils
- .editorconfigGood: .NET formatting configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .pre-commit-config.yaml
- .pre-commit-search-and-replace.yaml
- catalog-info.yaml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CODEOWNERS
- colab_requirements.txt
- conftest.py
- DockerfileGood: Environment pinned via Dockerfile.
- LICENSE.mdGood: Licensed under Other.
- markdown-link-check.fast.json
- markdown-link-check.full.json
- mkdocs.yml
- pytest.ini
- Readme.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- setup.cfgGood: Dependency manifest found (setup.cfg).
- SURVEY.md
- test_constraints_version.txt
- test_requirements.txt
- Third Party Notices.md
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/unity-technologies/ml-agents)