paper-with-me

홈 › Papers

Finding the optimal human strategy for Wordle using maximum correct letter probabilities and reinforcement learning

2022-02-01 · Benton J. Anderson, Jesse G. Meyer

Wordle is an online word puzzle game that gained viral popularity in January 2022. The goal is to guess a hidden five letter word. After each guess, the player gains information about whether the letters they guessed are present in the word, and whether they are in the correct position. Numerous blogs have suggested guessing strategies and starting word lists that improve the chance of winning. Optimized algorithms can win 100% of games within five of the six allowed trials. However, it is infeasible for human players to use these algorithms due to an inability to perfectly recall all known 5-letter words and perform complex calculations that optimize information gain. Here, we present two different methods for choosing starting words along with a framework for discovering the optimal human strategy based on reinforcement learning. Human Wordle players can use the rules we discover to optimize their chance of winning.

📄 PDF Abstract BibTeX arXiv:2202.00557

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On Optimal Strategies for Wordle and General Guessing Games

2023-05-16 · Michael Cunanan, Michael Thielscher

The recent popularity of Wordle has revived interest in guessing games. We develop a general method for finding optimal strategies for guessing games while avoiding an exhaustive search. Our main contributions are severa…

Reinforcement Learning Methods for Wordle: A POMDP/Adaptive Control Approach

2022-11-15 · Siddhant Bhambri, Amrita Bhattacharjee, Dimitri Bertsekas

In this paper we address the solution of the popular Wordle puzzle, using new reinforcement learning methods, which apply more generally to adaptive control of dynamic systems and to classes of Partially Observable Marko…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Selecting Seed Words for Wordle using Character Statistics

2022-02-07 · Nisansa de Silva

Wordle, a word guessing game rose to global popularity in the January of 2022. The goal of the game is to guess a five-letter English word within six tries. Each try provides the player with hints by means of colour chan…

Using Wordle for Learning to Design and Compare Strategies

2022-04-30 · Chao-Lin Liu

Wordle is a very popular word game that is owned by the New York Times. We can design parameterized strategies for solving Wordle, based on probabilistic, statistical, and information-theoretical information about the ga…

LLMs May Not Be Human-Level Players, But They Can Be Testers: Measuring Game Difficulty with LLM Agents

2024-10-01 · Chang Xiao, Brenda Z. Yang

Recent advances in Large Language Models (LLMs) have demonstrated their potential as autonomous agents across various tasks. One emerging application is the use of LLMs in playing games. In this work, we explore a practi…