Key.is_walkable# Key.is_walkable() → bool# Determine whether agent can move on grid object. Returns False by default. Walkable grid objects must override this method. Returns: True if agent can move over grid object, False otherwise. Return type: bool