From 8fb0cdecb002af32e00bdd1e5e6ef490c0e42eaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Cupia=C5=82?= Date: Thu, 13 Feb 2025 08:47:41 +0000 Subject: [PATCH] fix typo in character name --- minihack/skills.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minihack/skills.py b/minihack/skills.py index 4451f9af..c49ea621 100644 --- a/minihack/skills.py +++ b/minihack/skills.py @@ -38,7 +38,7 @@ def __init__( # Perform know steps kwargs["allow_all_modes"] = kwargs.pop("allow_all_modes", False) # Play with Caveman character by default - kwargs["character"] = kwargs.pop("character", "cav-hum-new-mal") + kwargs["character"] = kwargs.pop("character", "cav-hum-neu-mal") # Default episode limit kwargs["max_episode_steps"] = kwargs.pop("max_episode_steps", 250)