soumi guria commited on
Commit
7b21138
·
unverified ·
1 Parent(s): ec23718

Add project metadata to README

Browse files

Added metadata for project configuration.

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,4 +1,15 @@
1
  # 🧠 Cognitive Load Manager (CLM)
 
 
 
 
 
 
 
 
 
 
 
2
  **An OpenEnv RL Simulation for the Meta PyTorch Hackathon**
3
 
4
  [![Meta PyTorch Hackathon](https://img.shields.io/badge/Meta-PyTorch_Hackathon-blue?style=for-the-badge&logo=meta)](#)
@@ -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
  [![Meta PyTorch Hackathon](https://img.shields.io/badge/Meta-PyTorch_Hackathon-blue?style=for-the-badge&logo=meta)](#)
 
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
+ ```