gnosis / prediction-market-agent

GNU Lesser General Public License v3.0
28 stars 5 forks source link

Increase max_bet_amount of KnownOutcomeAgent #473

Closed gabrielfior closed 1 month ago

gabrielfior commented 1 month ago

Now that we have more reliable answers on Omen due to OFVChallenger, KnownOutcomeAgent should probably bet larger amounts using the Kelly Criterion, so that payouts are larger.

See https://github.com/gnosis/prediction-market-agent/blob/main/prediction_market_agent/agents/known_outcome_agent/deploy.py#L21C5-L21C56

gabrielfior commented 1 month ago

To be implemented after https://github.com/gnosis/prediction-market-agent-tooling/issues/365 is implemented

evangriffiths commented 1 month ago

Will be fixed by https://github.com/gnosis/prediction-market-agent-tooling/issues/377