Skip to content

Commit 175e592

Browse files
authored
fix answerer to be distinct from guesser (typo) (#268)
1 parent f42df0c commit 175e592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaggle_environments/envs/llm_20_questions/llm_20_questions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
GUESS = "guess"
3030
ASK = "ask"
3131
GUESSER = "guesser"
32-
ANSWERER = "guesser"
32+
ANSWERER = "answerer"
3333

3434
keywords_list = json.loads(KEYWORDS_JSON)
3535
keyword_cat = random.choice(keywords_list)

0 commit comments

Comments
 (0)