sakthivarshans commited on
Commit
eb67f04
Β·
1 Parent(s): a8f8226

Add openenv tag and README

Browse files
Files changed (1) hide show
  1. README.md +30 -5
README.md CHANGED
@@ -1,10 +1,35 @@
1
  ---
2
- title: Beacon Env
3
- emoji: πŸš€
4
- colorFrom: indigo
5
- colorTo: green
6
  sdk: docker
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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