Sea-Snell/Implicit-Language-Q-Learning

Error Running Monte Carlo Policy for Wordle

sarahlu0 opened this issue · 2 comments

Hi. When I try to run the Wordle game using the monte carlo policy, I get an error, and it fails to run. I am using Python 3.9.7 on Ubuntu 22.04.

Here is my terminal output:
image

(I hope the screenshot works)
The code that I am running is composed of the playing Wordle script you provided (https://github.com/Sea-Snell/Implicit-Language-Q-Learning#playing-wordle), just edited with the basic monte carlo policy script (https://github.com/Sea-Snell/Implicit-Language-Q-Learning#montecarlopolicy), and stuff to output the reward.

I appreciate any help you can provide to help fix this error. If you need more information, please don't hesitate to ask.
Thanks!

I just pushed a fix! If you pull and try again it should work now. Sorry about that.

Works now, thanks!