Upload decision_transformer_prescriptor_v1.json with huggingface_hub
Browse files
decision_transformer_prescriptor_v1.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"action_space": [
|
| 3 |
+
"continue_operation",
|
| 4 |
+
"inspect_machine",
|
| 5 |
+
"schedule_maintenance",
|
| 6 |
+
"replace_component",
|
| 7 |
+
"shut_down_machine"
|
| 8 |
+
],
|
| 9 |
+
"algorithm_family": "sequence_modeling_policy",
|
| 10 |
+
"checkpoint_version": "layer3_prescriptor_v1",
|
| 11 |
+
"claim_boundary": "Runtime-available simulator-trained policy service; external field validation remains out of scope.",
|
| 12 |
+
"policy_source": "DT",
|
| 13 |
+
"role": "runtime service",
|
| 14 |
+
"seed": 20260516,
|
| 15 |
+
"thresholds": {
|
| 16 |
+
"inspect_anomaly": 0.36,
|
| 17 |
+
"replace_risk": 0.62,
|
| 18 |
+
"schedule_pressure": 0.4,
|
| 19 |
+
"shutdown_risk": 0.88
|
| 20 |
+
},
|
| 21 |
+
"training_source": "twinnable_agent.simulator deterministic stress scaffold"
|
| 22 |
+
}
|