-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Barracuda 0.2.1 -> develop #2049
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
vincentpierre
left a comment
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.
Works for me. I want to wait on @ervteng and his results on the banana collector.
|
I was able to get BananaCollector to work after the latest commit. Thanks @mantasp! |
| public BarracudaRecurrentInputGenerator(int memoriesCount, int memoryIndex) | ||
| { | ||
| this.firstHalf = firstHalf; | ||
| this.memoriesCount = memoriesCount; |
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.
@mantasp I'm seeing a warning in the editor regarding this:
Assets/ML-Agents/Scripts/InferenceBrain/GeneratorImpl.cs(123,21): warning CS0414: The private field `MLAgents.InferenceBrain.BarracudaRecurrentInputGenerator.memoriesCount' is assigned but its value is never used
OK to remove it?
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.
Followed up in #2128
Upgraded Barracuda to version 0.2.1.
Lots of improvements: performance, memory usage, etc.