Rajathbharadwaj / NetHack-2021

Nethack 2021 codebase implementations
0 stars 0 forks source link

Combat logic update #7

Closed paulkent-um closed 1 year ago

paulkent-um commented 1 year ago

Currently, the agent makes a point of not attacking molds, because they don't attack unless attacked, and their counterattacks are painful. There are two more monsters in this vein: Blue jellies and spotted jellies. The agent's combat logic needs to treat them as not worth fighting either.

(Technically, the Oracle is also sessile, but the Oracle is peaceful and never gets in the way, so the agent doesn't have any reason to fight anyhow.)