A top-tier open source project. Docs, tests, and CI are all in excellent shape.
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.
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 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