Ways to Counter Limited-History Opponents with Algorithmic Tools

This section presents Algorithm 7 for defeating the Limited-History variant of the Follow-the-Leader opponent. By playing each action 𝑟 times in sequence, players record accurate best responses, then use the ellipsoid algorithm to predict and counter the opponent. The strategy ensures winning most rounds, with losses and ties limited to O(n^4 log(nr)+nr), where 𝑟 is the opponent’s history parameter.


This content originally appeared on HackerNoon and was authored by Algorithmic Bias

:::info Authors:

(1) Avrim Blum, Toyota Technological Institute at Chicago, IL, USA;

(2) Melissa Dutz, Toyota Technological Institute at Chicago, IL, USA.

:::

Abstract and 1 Introduction

2 Setting and 2.1 Models of behaviorally-biased opponents

3 Preliminaries and Intuition

4.1 Myopic Best Responder and 4.2 Gambler’s Fallacy Opponent

4.3 Win-Stay, Lose-Shift Opponent

4.4 Follow-the-Leader Opponent and 4.5 Highest Average Payoff Opponent

5 Generalizing

5.1 Other Behaviorally-Biased Strategies

5.2 Exploiting an Unknown Strategy from a Known Set of Strategies

6 Future Work and References

A Appendix

A.1 Win-Stay Lose-Shift Variant: Tie-Stay

A.2 Follow-the-Leader Variant: Limited History

A.3 Ellipsoid Mistake Bounds

A.4 Highest Average Payoff Opponent

A.2 Follow-the-Leader Variant: Limited History

Recall that the limited-history variant of the Follow-the-Leader opponent plays the action that would have achieved the highest net payoff against the last r rounds of our play. Note that we assume r > 0. If r = 0, the opponent would simply play the same action every round (the first action in their action ordering) regardless of our play. In that case, their play would not reveal any information about best responses, so the best we could do is tie in most rounds by playing the same action as the opponent.

\ We again use the ellipsoid algorithm for prediction, essentially the same way as described for the unlimited-history variant of this opponent in 4.4. In this case, the inequality we observe when a mistake is made is only relative to the past r rounds.

\

\

\

:::info This paper is available on arxiv under CC BY 4.0 DEED license.

:::

\


This content originally appeared on HackerNoon and was authored by Algorithmic Bias


Print Share Comment Cite Upload Translate Updates
APA

Algorithmic Bias | Sciencx (2025-01-24T17:00:29+00:00) Ways to Counter Limited-History Opponents with Algorithmic Tools. Retrieved from https://www.scien.cx/2025/01/24/ways-to-counter-limited-history-opponents-with-algorithmic-tools/

MLA
" » Ways to Counter Limited-History Opponents with Algorithmic Tools." Algorithmic Bias | Sciencx - Friday January 24, 2025, https://www.scien.cx/2025/01/24/ways-to-counter-limited-history-opponents-with-algorithmic-tools/
HARVARD
Algorithmic Bias | Sciencx Friday January 24, 2025 » Ways to Counter Limited-History Opponents with Algorithmic Tools., viewed ,<https://www.scien.cx/2025/01/24/ways-to-counter-limited-history-opponents-with-algorithmic-tools/>
VANCOUVER
Algorithmic Bias | Sciencx - » Ways to Counter Limited-History Opponents with Algorithmic Tools. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/01/24/ways-to-counter-limited-history-opponents-with-algorithmic-tools/
CHICAGO
" » Ways to Counter Limited-History Opponents with Algorithmic Tools." Algorithmic Bias | Sciencx - Accessed . https://www.scien.cx/2025/01/24/ways-to-counter-limited-history-opponents-with-algorithmic-tools/
IEEE
" » Ways to Counter Limited-History Opponents with Algorithmic Tools." Algorithmic Bias | Sciencx [Online]. Available: https://www.scien.cx/2025/01/24/ways-to-counter-limited-history-opponents-with-algorithmic-tools/. [Accessed: ]
rf:citation
» Ways to Counter Limited-History Opponents with Algorithmic Tools | Algorithmic Bias | Sciencx | https://www.scien.cx/2025/01/24/ways-to-counter-limited-history-opponents-with-algorithmic-tools/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.