You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't understand the meaning of this function,m_env.calcIndex(startState);
In addition, in "isSolution" function, why should judge this condition : if (goal_distance > 3 * (Constants::LB + Constants::LF)), and how is the number 3 determined? I tried the numbers 1 and 5, and the efficiency will be much slower.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I can't understand the meaning of this function,m_env.calcIndex(startState);
In addition, in "isSolution" function, why should judge this condition : if (goal_distance > 3 * (Constants::LB + Constants::LF)), and how is the number 3 determined? I tried the numbers 1 and 5, and the efficiency will be much slower.
Thanks.
The text was updated successfully, but these errors were encountered: