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

Create contrarian agent #290

Open
gabrielfior opened this issue Jun 28, 2024 · 2 comments
Open

Create contrarian agent #290

gabrielfior opened this issue Jun 28, 2024 · 2 comments

Comments

@gabrielfior
Copy link
Contributor

It's been documented elsewhere (#280) that the betting profitability of an agent depends on the market odds at the time of the bet. This is not hard to follow - if team A plays team B and team A currently has higher odds, betting on the other team yields a larger payoff than betting on team A.

The idea of this task is to create an agent that solely bets on unbalanced markets (e.g. 70% odds for yes) and the agent thinks NO is the correct answer.
I would expect this to bet on a small quantity of markets but with high conviction (hopefully).

@alramalho
Copy link

sounds great hehe. as a user i would be mostly curious about trying this one specifically. also, a general score that weights agents risk in a general waywould be interesting.

i.e. if we just evaluate how does an agent perform in terms of whether their bet held true, a low risk agent will always outpreform a high risk agent, even though from the traditional 'betting' standpoint the high risk agent could be better

@gabrielfior
Copy link
Contributor Author

@alramalho thanks for the comment.
Can you further expand into the score you mentioned? In my mind, I think what you are alluding to is similar to the payoff of the agent, i.e. how profitable is it - but not sure if this corresponds to your question.

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

No branches or pull requests

3 participants