-
Notifications
You must be signed in to change notification settings - Fork 42
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
Max score not achieved with walkthrough #60
Comments
Thanks for reporting this. Can you post the code that loads the games and play through the walkthrough? |
Also, note that some games do have incomplete walkthrough (see issue #43). You can run this script to test the walkthroughs
|
Hi @IssamLaradji many of the games that you list as not achieving max score are also those that are stochastic (as defined in Table 2 in https://arxiv.org/pdf/1909.05398.pdf). These stochastic games are dependent on the environment's seed being set correctly when following the walkthrough. Could you try creating a small script that follows (https://jericho-py.readthedocs.io/en/latest/tutorial_quick.html#walkthroughs) and check for a single game (e.g. Zork) that you can get the desired walkthrough score? |
@IssamLaradji can we close this issue or is there something else we can help you with? |
Hi team, I had the agent go through the walkthrough for
zork1.z5
, and the scores don't add up to the maximum score and sometimes decrease along the way. The image below shows how the score changes over timeWe also found out that the games where trajectories achieve the max_score are,
whereas trajectories NOT achieving the max_score are
Why do you think this is happening?
The text was updated successfully, but these errors were encountered: