Skip to content

dskarbrevik/wordle-rl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wordle-rl

RL for Wordle

Running the app

  1. docker-compose up from the main project directory

  2. Go to the jupyter lab url that is created

  3. Run the stablebaselines3_dqn_demo.ipynb notebook to demo training a stable-baselines DQN agent on this Wordle environment.

Tools I used

  • OpenAI Gym
  • stable-baselines3
  • TF Agents

Other tools that may be interesting

  • Rllib (Ray RL library for distributed RL)
  • Tensorforce (I guess like community supported take on TF Agents)
  • Reverb (separate service to manage replay buffers; made by DeepMind)

Resources and useful links

Wordle related resources

Tutorials for RL implementation

Resources for large discrete action space problem

General RL knowledge

About

RL for Wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages