Add Hugging Face Space metadata to README
Browse files
README.md
CHANGED
|
@@ -1,7 +1,23 @@
|
|
| 1 |
cat > README.md << 'EOF'
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|