-
Notifications
You must be signed in to change notification settings - Fork 4.3k
update for trademark and consistency of ml-agents #916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you search the whole repo on keyword "ml-agents" (case insensitive), you can still find lots of place that we are using ML-Agents instead of ML-Agents Toolkit.
For example in README.md
If you have used a version of ML-Agents prior to v0.4, we strongly recommend our guide on migrating from earlier versions.
Are we also going to fix these?
README.md
Outdated
@@ -1,6 +1,6 @@ | |||
<img src="docs/images/unity-wide.png" align="middle" width="3000"/> | |||
|
|||
# Unity ML-Agents (Beta) | |||
# Unity ML-Agents Tookit (Beta) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Toolkit?
docs/Installation.md
Outdated
@@ -16,9 +16,9 @@ _Linux Build Support_ component when installing Unity. | |||
width="500" border="10" /> | |||
</p> | |||
|
|||
## Clone the ml-agents Repository | |||
## Clone the Ml-Agents Toolkit Repository |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is actually incorrect. The repository is literally called ml-agents
.
docs/Migrating.md
Outdated
@@ -1,17 +1,17 @@ | |||
# Migrating from ML-Agents v0.3 to ML-Agents v0.4 | |||
# Migrating from the ML-Agents toolkit v0.3 to the ML-Agents toolkit v0.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can probably word this more concisely as "Migrating from ML-Agents toolkit v0.3 to v0.4`
No description provided.