-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix volume transformation, add observation wrapper #7
Merged
Conversation
This file contains 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
create projection for negative transformations change slicing input to ManipulatorAction
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 16:59 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 17:11 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 17:21 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 17:48 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 18:03 — with
GitHub Actions
Failure
carlocagnetta
commented
Jun 28, 2024
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 18:14 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 18:31 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 18:32 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 18:34 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 28, 2024 18:35 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 30, 2024 18:45 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
June 30, 2024 18:45 — with
GitHub Actions
Failure
MischaPanch
requested changes
Jun 30, 2024
Pls also fix the failing pipeline - why do the linting tests not start? |
carlocagnetta
had a problem deploying
to
github-pages
July 4, 2024 13:01 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 4, 2024 14:04 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 4, 2024 14:07 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 4, 2024 14:45 — with
GitHub Actions
Failure
nbstripout for all notebooks
This was referenced Jul 12, 2024
Closed
carlocagnetta
had a problem deploying
to
github-pages
July 12, 2024 12:37 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 12, 2024 14:33 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 15, 2024 13:35 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 15, 2024 14:28 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 15, 2024 16:11 — with
GitHub Actions
Failure
carlocagnetta
had a problem deploying
to
github-pages
July 18, 2024 08:25 — with
GitHub Actions
Failure
Change loading mechanism using RegisteredLabelmap Project action only when transforming it
…edAI-Initiative/armscan_env into volume_rand_transformation
carlocagnetta
had a problem deploying
to
github-pages
July 19, 2024 12:22 — with
GitHub Actions
Failure
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.
All observations_spaces are now MultiBox
Was buggy when transformations were laying the volume origin in negative absolute coordinates,
Solution: project the origin into positive octant
Buggy behavior when no noise cluster was present. Fixed that as well as parameters.
New src folder for volumes' operations
Wrapper to keep memory of the best reward and action seen so far.
Best reward and action are stacked at the end of every observation.