tommytracx commited on
Commit
bfe6366
·
verified ·
1 Parent(s): b0f66a6

Create mud-loss-agent/config.json

Browse files
Files changed (1) hide show
  1. mud-loss-agent/config.json +13 -0
mud-loss-agent/config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "physics-informed-agent",
3
+ "task": "mud-loss-detection",
4
+ "description": "DeepBoreAI ML agent for predicting mud losses and washouts using real-time telemetry.",
5
+ "library": "deepboreai-sdk",
6
+ "input_features": [
7
+ "annular_pressure",
8
+ "flow_rate",
9
+ "mud_density"
10
+ ],
11
+ "output": "mud_loss_alert",
12
+ "precision": ">90%"
13
+ }