File size: 543 Bytes
e2454df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: coach-env
emoji: 
colorFrom: red
colorTo: green
sdk: docker
pinned: false
---

# Retail Trader Behavior Coach

RL-powered trading behavior coach. Detects revenge trading, panic selling, and overconfidence — intervenes before the account blows up.

## Endpoints
- `POST /reset` — reset environment
- `POST /step` — take intervention action
- `GET /health` — health check

## Actions
- `0` = NO (do nothing)
- `1` = WARN (light nudge)
- `2` = REDUCE (reduce size)
- `3` = EXIT (exit position)
- `4` = COOLDOWN (force break)