-
Notifications
You must be signed in to change notification settings - Fork 1
2024 09 20 implement runtime mab #161
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
Merged
Merged
Conversation
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
to match development branch
…://github.com/RoboTutorLLC/RoboTutor_2020 into 2022-10-25_Aditya_SSV_translate_unfiltered_id
…late_unfiltered_id 2022 10 25 aditya ssv translate unfiltered
…orLLC/RoboTutor_2020 into 2023-07-13-implement-MAB
logging
ArmWeight is now Arm armWeights is now arms armWeight is now arm public class Arm { public String name; public Float weight; public String matrix; ...
Filename to match with the class name
Merge 2023 07 13 implement mab
Make it return a selected arm correctly
Finish MAB
LogFileName includes the selected arm's name, and log the arm weight and arm matrix
Modify for MAB runtime
Update Tbanner to display arm name on screen
Use JDK 11
Add control in config.json for MAB part
Modify ConfigurationItems for use MAB
…' into 2024-09-20-implement-runtime-MAB # Conflicts: # app/src/main/java/cmu/xprize/robotutor/RoboTutor.java
…lement-runtime-MAB # Conflicts: # .github/workflows/build-workflow.yml # app/build.gradle
Update to allow insecure protocols
insert missing = in allowInsecureProtocol = TRUE
* "Please tap.mp3" (#155) Co-authored-by: triyasghosh <triyasghosh922@gmail.com> * 2025 06 10 triyas fix english version (#157) * "Please tap.mp3" * merge development branch into "Please tap.mp3" (#155) (#156) Co-authored-by: JackMostow <JackMostow@users.noreply.github.com> --------- Co-authored-by: JackMostow <JackMostow@users.noreply.github.com> --------- Co-authored-by: triyasghosh <triyasghosh922@gmail.com> Co-authored-by: ghosh-triyas <122919909+ghosh-triyas@users.noreply.github.com>
Merge Development to branch
j50ju
approved these changes
Aug 11, 2025
This merge extends the 2023-07-13-implement-MAB by adding the subsequent commits in 2024-09-20. |
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.
PR Info
Issue Details
Branch
development
Type of change
Additional Info
Implements the runtime portion of Multi-Arm Bandit adaptation of arm weights to optimize reward