soumi guria commited on
Add project metadata to README
Browse filesAdded metadata for project configuration.
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
# 🧠 Cognitive Load Manager (CLM)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
**An OpenEnv RL Simulation for the Meta PyTorch Hackathon**
|
| 3 |
|
| 4 |
[](#)
|
|
@@ -74,4 +85,4 @@ graph TD
|
|
| 74 |
Agent[AI Agent - inference.py] -->|POST /step| Backend[FastAPI Docker Container]
|
| 75 |
Backend --- Models[models.py - Core Env]
|
| 76 |
Frontend[React UI] -->|GET /state| Backend
|
| 77 |
-
```
|
|
|
|
| 1 |
# 🧠 Cognitive Load Manager (CLM)
|
| 2 |
+
|
| 3 |
+
---
|
| 4 |
+
title: Cognitive Load Manager
|
| 5 |
+
emoji: 😎
|
| 6 |
+
colorFrom: yellow
|
| 7 |
+
colorTo: orange
|
| 8 |
+
sdk: docker
|
| 9 |
+
app_file: app.py
|
| 10 |
+
pinned: false
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
**An OpenEnv RL Simulation for the Meta PyTorch Hackathon**
|
| 14 |
|
| 15 |
[](#)
|
|
|
|
| 85 |
Agent[AI Agent - inference.py] -->|POST /step| Backend[FastAPI Docker Container]
|
| 86 |
Backend --- Models[models.py - Core Env]
|
| 87 |
Frontend[React UI] -->|GET /state| Backend
|
| 88 |
+
```
|