delvtech / agent0

Analysis & simulation repo for Delv
https://agent0.readthedocs.io/en/latest/
Apache License 2.0
45 stars 18 forks source link

Split executing policy actions into preview trades and get action #1491

Open slundqui opened 2 months ago

slundqui commented 2 months ago

Currently, agent.execute_policy_action() gets the policies actions, then executes them in one function. Ideally we would split this up into seeing the policy actions, then executing these actions.