Skip to content

Commit

Permalink
tweaked files
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Dec 3, 2024
1 parent 65c91f5 commit 90b2ee5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions ufc/scenarios/jit-loading-2/bandit-flags-v1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"createdAt": "2024-04-17T19:40:53.716Z",
"createdAt": "2024-04-18T19:40:53.716Z",
"format": "SERVER",
"environment": {
"name": "Test"
Expand Down Expand Up @@ -31,7 +31,7 @@
"totalShards": 10000
},
"second_cold_start_bandit_flag": {
"key": "cold_start_bandit_flag",
"key": "second_cold_start_bandit_flag",
"enabled": true,
"variationType": "STRING",
"variations": {
Expand All @@ -54,7 +54,7 @@
}
],
"totalShards": 10000
}
}
},
"bandits": {
"cold_start_bandit": [
Expand All @@ -72,7 +72,7 @@
"variationKey": "second_cold_start_bandit",
"variationValue": "second_cold_start_bandit"
}
]
]
},
"banditReferences": {
"cold_start_bandit": {
Expand All @@ -97,7 +97,7 @@
"variationValue": "second_cold_start_bandit"
}
],
"modelVersion": "NOT cold start"
"modelVersion": "cold start"
}
}
}
2 changes: 1 addition & 1 deletion ufc/scenarios/jit-loading-2/bandit-models-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"banditKey": "second_cold_start_bandit",
"modelName": "falcon",
"updatedAt": "2023-09-13T04:52:06.462Z",
"modelVersion": "NOT cold start",
"modelVersion": "cold start",
"modelData": {
"gamma": 1.0,
"defaultActionScore": 0.0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"flag": "cold_start_bandit_flag",
"flag": "second_cold_start_bandit_flag",
"defaultValue": "default",
"subjects": [
{
"subjectKey": "alice",
"subjectKey": "ephraim",
"subjectAttributes": {
"numericAttributes": {},
"categoricalAttributes": {}
Expand All @@ -25,7 +25,7 @@
"categoricalAttributes": {}
}
],
"assignment": {"variation": "cold_start_bandit", "action": "red"}
"assignment": {"variation": "second_cold_start_bandit", "action": "blue"}
},
{
"subjectKey": "bob",
Expand All @@ -50,10 +50,10 @@
"categoricalAttributes": {}
}
],
"assignment": {"variation": "cold_start_bandit", "action": "green"}
"assignment": {"variation": "second_cold_start_bandit", "action": "green"}
},
{
"subjectKey": "charles",
"subjectKey": "fiona",
"subjectAttributes": {
"numericAttributes": {},
"categoricalAttributes": {}
Expand All @@ -75,7 +75,7 @@
"categoricalAttributes": {}
}
],
"assignment": {"variation": "cold_start_bandit", "action": "blue"}
"assignment": {"variation": "second_cold_start_bandit", "action": "red"}
}
]
}

0 comments on commit 90b2ee5

Please sign in to comment.