narteybrown commited on
Commit
688a7fb
·
verified ·
1 Parent(s): 879b797

Upload layer3/ppo_prescriptor_v1.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. layer3/ppo_prescriptor_v1.json +25 -0
layer3/ppo_prescriptor_v1.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "action_space": [
3
+ "continue_operation",
4
+ "inspect_machine",
5
+ "schedule_maintenance",
6
+ "replace_component",
7
+ "shut_down_machine"
8
+ ],
9
+ "algorithm_family": "on_policy_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": "PPO",
13
+ "role": "Track I primary",
14
+ "seed": 20260516,
15
+ "thresholds": {
16
+ "inspect_anomaly": 0.3,
17
+ "inspect_pending_risk": 0.28,
18
+ "replace_anomaly": 0.6,
19
+ "replace_anomaly_risk": 0.62,
20
+ "replace_risk": 0.64,
21
+ "schedule_pressure": 0.55,
22
+ "shutdown_risk": 0.87
23
+ },
24
+ "training_source": "twinnable_agent.simulator deterministic stress scaffold"
25
+ }