I only talked about the translator, how the search handles
this is an entirely different story.
I only propose to handle fractional action costs correctly
in the translator, because it would be hard for most people
to integrate the support into it by themselves. The search
component is much easier to understand, so if eventually
somebody wants to support fractional action costs in the
planner (or some parts of it), he can do this.
This means that the search currently should simply abort
if it sees fractional costs.
If one of us has too much time (haha), we could also think
about a translator option that does the scaling, but in my
opinion this should be optional.
|