policy_status
Retrieve the current memory policy status, including exploration rate, recent action distribution, and total update count for the reinforcement learning model.
Instructions
Get the current status of the memory policy (RL bandit model).
Returns epsilon (exploration rate), recent action distribution, and total update count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |