Spaces:
Sleeping
Sleeping
Commit Β·
eb67f04
1
Parent(s): a8f8226
Add openenv tag and README
Browse files
README.md
CHANGED
|
@@ -1,10 +1,35 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: BEACON
|
| 3 |
+
emoji: π°
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
tags:
|
| 9 |
+
- openenv
|
| 10 |
---
|
| 11 |
|
| 12 |
+
# BEACON β Budget Environment for Agent Control and Optimization of Needs
|
| 13 |
+
|
| 14 |
+
A dual-scale financial reinforcement learning environment for training and
|
| 15 |
+
evaluating AI agents on real-world budget management tasks.
|
| 16 |
+
|
| 17 |
+
## Modes
|
| 18 |
+
- **Household**: Personal finance simulation (Indian Rupees)
|
| 19 |
+
- **Corporate**: Organisational finance simulation
|
| 20 |
+
|
| 21 |
+
## Tasks
|
| 22 |
+
- Task 1 (Easy): Bill Coverage β 0.88
|
| 23 |
+
- Task 2 (Medium): Shock Absorption β 0.59
|
| 24 |
+
- Task 3 (Hard): 6-Period Goal Planning β 0.87
|
| 25 |
+
- Task 4 (Expert): Debt Recovery β 0.49
|
| 26 |
+
|
| 27 |
+
## API Endpoints
|
| 28 |
+
- GET /health
|
| 29 |
+
- GET /tasks
|
| 30 |
+
- GET /scenarios
|
| 31 |
+
- POST /reset
|
| 32 |
+
- POST /step
|
| 33 |
+
- GET /state
|
| 34 |
+
- POST /grader
|
| 35 |
+
- GET /baseline
|