Skip to content

Conversation

JackMostow
Copy link
Contributor

PR Info

Issue Details

Branch

  • Addresses development

Type of change

  • New Feature

Additional Info

Implements the runtime portion of Multi-Arm Bandit adaptation of arm weights to optimize reward

ssvaditya and others added 30 commits February 7, 2023 20:58
to match development branch
…late_unfiltered_id

2022 10 25 aditya ssv translate unfiltered
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
j50ju and others added 20 commits October 21, 2024 08:36
Make it return a selected arm correctly
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
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>
@j50ju
Copy link
Collaborator

j50ju commented Aug 11, 2025

This merge extends the 2023-07-13-implement-MAB by adding the subsequent commits in 2024-09-20.

@j50ju j50ju closed this Aug 11, 2025
@j50ju j50ju reopened this Aug 11, 2025
@j50ju j50ju merged commit 7150b8d into development Aug 11, 2025
1 check passed
@j50ju j50ju deleted the 2024-09-20-implement-runtime-MAB branch August 11, 2025 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants