mal-lang / mal-simulator

Apache License 2.0
2 stars 1 forks source link

Implement is_actionable in observation #74

Closed mrkickling closed 3 weeks ago

mrkickling commented 4 weeks ago

is_actionable will work like is_observable, but for steps that are able to lead to actions (being chosen).

In the TYR project for example:

The idea is that this can be used to optimize training (when the agent only picks a defense that actually has an action related to it).

What needs to be done:

kasanari commented 4 weeks ago

I think adding this information to the action mask would be fine.