narteybrown commited on
Commit
4e2a118
·
verified ·
1 Parent(s): 02258ec

Upload a2c_prescriptor_v1.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. a2c_prescriptor_v1.json +23 -0
a2c_prescriptor_v1.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_space": [
3
+ "continue_operation",
4
+ "inspect_machine",
5
+ "schedule_maintenance",
6
+ "replace_component",
7
+ "shut_down_machine"
8
+ ],
9
+ "algorithm_family": "advantage_actor_critic",
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": "A2C",
13
+ "role": "runtime service",
14
+ "seed": 20260516,
15
+ "thresholds": {
16
+ "inspect_anomaly": 0.3,
17
+ "inspect_pending_risk": 0.28,
18
+ "replace_risk": 0.62,
19
+ "schedule_pressure": 0.55,
20
+ "shutdown_risk": 0.84
21
+ },
22
+ "training_source": "twinnable_agent.simulator deterministic stress scaffold"
23
+ }