Agent.is_harmful#
- Agent.is_harmful() bool#
Determine whether grid object is harmful to the agent.
Returns
Falseby default. Harmful grid objects must override this method. Value is used incuriosity_gym.core.gridengineto determine if episode ended.- Returns:
Trueif grid object is harmful,Falseotherwise.- Return type:
bool