Improve boids 4.0#523
Draft
PLAZMAMA wants to merge 17 commits into
Draft
Conversation
e046861 to
f8d99f3
Compare
27e6e6f to
0b4d618
Compare
38eddf1 to
b2b949c
Compare
Improved perf instantly!!! I can't belive I didn't see this mistake before. The model has outdated obs from the previous FRAME!!! Crazy
Move manual control from `c_step` into `apply_manual_actions` for the demo loop only, matching actions correctly. Also add `distences` and `velocities` fields to the `Boids` struct for future pairwise neighbor features.
b2b949c to
0b02d7f
Compare
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.
this PR is the improvements of the boids env made by this PR #246 migrated to 4.0.