PR to make Forrest's brain more flexible#4
Open
cjbehm wants to merge 6 commits intoJabrils:masterfrom
Open
Conversation
- Determine offsets into 'dna' based on layer sizes rather than fixed ints - Support multiple outputs
- Change to FixedUpdate so it's not framerate dependent - Adding virtual protected keywords for future subclassing
…nodes) - Also re-use existing method rather than copy it
- Comment out unused variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-opened from branch so I don't accidentally add anything to master.
I wanted to experiment with changing some of Forrest's behavior, giving him a memory and/or control over his acceleration/speed, etc. so this series of commits makes it relatively easy to subclass ForrestCTRL to add new behaviors.
It's not as easy to switch things around as I'd like since the scene holds the reference to which ForrestCTRL script to use, but with these changes it's fairly easy to modify NN params even if you don't create a new subclass.