Astocoder commited on
Commit
d8ee9a4
Β·
1 Parent(s): 46c6e13

Add Hugging Face Space metadata to README

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -1,7 +1,23 @@
1
  cat > README.md << 'EOF'
2
- # Quant-Gym: Financial Analysis Environment for AI Agents
 
 
 
 
 
 
 
3
 
 
4
  An OpenEnv-compliant environment that tests AI agents on financial data analysis, market sentiment, and trading strategy evaluation.
 
 
 
 
 
 
 
 
5
 
6
  ## 🎯 Overview
7
 
 
1
  cat > README.md << 'EOF'
2
+ ---
3
+ title: Quant-Gym
4
+ emoji: πŸ“ˆ
5
+ colorFrom: blue
6
+ colorTo: green
7
+ sdk: docker
8
+ pinned: false
9
+ ---
10
 
11
+ # Quant-Gym: Financial Analysis Environment for AI Agents
12
  An OpenEnv-compliant environment that tests AI agents on financial data analysis, market sentiment, and trading strategy evaluation.
13
+ ...
14
+
15
+ ## πŸš€ Quick Test (30 seconds)
16
+
17
+ ```bash
18
+ curl https://astocoder-quant-gym.hf.space/health
19
+ curl -X POST https://astocoder-quant-gym.hf.space/reset
20
+
21
 
22
  ## 🎯 Overview
23