Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 8fb0cde

Browse files
committed
fix typo in character name
1 parent 09eaa7e commit 8fb0cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minihack/skills.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(
3838
# Perform know steps
3939
kwargs["allow_all_modes"] = kwargs.pop("allow_all_modes", False)
4040
# Play with Caveman character by default
41-
kwargs["character"] = kwargs.pop("character", "cav-hum-new-mal")
41+
kwargs["character"] = kwargs.pop("character", "cav-hum-neu-mal")
4242
# Default episode limit
4343
kwargs["max_episode_steps"] = kwargs.pop("max_episode_steps", 250)
4444

0 commit comments

Comments
 (0)