c5c527c
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | name: RetailTraderBehaviorCoach
version: "1.0"
state:
timestep: int
price: float
position: int
loss_streak: int
pnl: float
actions:
- NO
- WARN
- REDUCE
- EXIT
- COOLDOWN
endpoints:
reset: /reset
step: /step |