umar-sharif821 commited on
Commit
3740ee3
·
verified ·
1 Parent(s): 0753958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -103,6 +103,17 @@ At each step, a file is requested from the network. If it's already in the cache
103
  - **Score**: 50% hit rate + 25% bandwidth + 25% reward quality
104
  - **Baseline score**: ~0.45
105
 
 
 
 
 
 
 
 
 
 
 
 
106
  ---
107
 
108
  ## 🚀 Setup & Usage
 
103
  - **Score**: 50% hit rate + 25% bandwidth + 25% reward quality
104
  - **Baseline score**: ~0.45
105
 
106
+ ## Code Repository
107
+
108
+ Full source: https://github.com/umar-sharif821/cdn-cache-env
109
+
110
+ ## Files Included
111
+
112
+ - **env/cache.py** - DriftCDNEnv environment implementation
113
+ - **server/app.py** - OpenEnv FastAPI server
114
+ - **training/train.py** - Fine-tuning script
115
+ - **training_results_finetuned.png** - Training results chart
116
+ - **baseline_drift.png** - Baseline comparison chart
117
  ---
118
 
119
  ## 🚀 Setup & Usage