player_y, player_x = (obs.observation["minimap"][_PLAYER_RELATIVE] == _PLAYER_SELF).nonzero() KeyError: 'minimap' Why does it happen and how can I fix it...?