Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First, thank you for releasing your awesome paper and code.
I found one problem when I ran your Quick Start code that is written in README.
(That is below)
The problematic line of code I found is shown below.
(Thas is in src->tot->tasks->game24.py line 91)
In the above code, the problem was caused by the value_names being in the list type rather than a string.
As a result, we can see that the first string of value_names does not count even though it has 'sure' in it, as shown in the WATCH part of the figure below.
This also happens when n_evaluate_sample=1.
So, I modified the code to look like this.
Thank you for reading and have a great day!