Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make market_picking decision modular #411

Open
gabrielfior opened this issue Sep 17, 2024 · 1 comment
Open

Make market_picking decision modular #411

gabrielfior opened this issue Sep 17, 2024 · 1 comment

Comments

@gabrielfior
Copy link
Contributor

Similar structure to BettingStrategy.

@ABC
class MarketPickingStrategy:
    def sort_markets(markets: list[AgentMarket]) -> list[AgentMarket]

With this, we could have following strategies:

  1. (Standard) Pick markets closing soonest (and some other criteria from verify_market)
  2. Pick markets that have little volume (to increase Omen's market coverage) - use cheaper models like gpt3.5
    ...

Also, strategy 2 above should be deployed as a new agent.

@evangriffiths
Copy link
Contributor

@kongzii says "Some long-range markets are being created, but not getting betted on at all by our agents, until they are near closing"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants