Enemy.is_harmful#

Enemy.is_harmful() bool#

The enemy grid object is always harmful to the agent.

This will terminate the episode if agent and an enemy are on the same grid position. :returns: True :rtype: bool