tommytracx commited on
Commit
c3c60a9
·
verified ·
1 Parent(s): c35202f

Create hole-cleaning-agent/config.json

Browse files
Files changed (1) hide show
  1. hole-cleaning-agent/config.json +14 -0
hole-cleaning-agent/config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "physics-informed-agent",
3
+ "task": "hole-cleaning-efficiency",
4
+ "description": "DeepBoreAI ML agent for monitoring hole cleaning efficiency in real time.",
5
+ "library": "deepboreai-sdk",
6
+ "input_features": [
7
+ "bit_depth",
8
+ "rpm",
9
+ "flow_rate",
10
+ "mud_density"
11
+ ],
12
+ "output": "hole_cleaning_alert",
13
+ "precision": ">90%"
14
+ }