-
Notifications
You must be signed in to change notification settings - Fork 4.4k
v0.6 docs minor updates #1373
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
v0.6 docs minor updates #1373
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.
Approved for most of the changes, I'd like Vince to take a look at the migration steps once more, they look good but would like a second pair of eyes.
docs/Migrating.md
Outdated
* Agents have a `Brain` field in the Inspector, you need to drag the | ||
appropriate Brain ScriptableObject in it. | ||
* The Academy has a `Broadcast Hub` field in the inspector, which is | ||
list of brains used in the scene. You need to drag all `Brain` |
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.
The broadcast hub does not need to have all of the brains present in the scene. Only the ones that need to be broadcasted or controlled by the Python process.
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.
Ah right, forgot that you gave me this feedback in person. Reworded this.
🚢 🇮🇹 |
* Capitalization fix for ML background docs * Reference our Tensorboard docs from Background-Tensorflow * Separate v0.6 migration steps from change list * Migration doc feedback tweak * Updated Broadcast Hub doc
This PR fixes a few minor issues with documentation from the
release-v0.6
branch:Migrating.md
, the steps to migrate and change log were combined. I separated them and added a step on migrating the Academy.Background-Tensorflow.md
we referred to an external tutorial on Tensorflow but didn't mention our own guide, which I've linked.Background-Machine-Learning.md