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
The shortest path should only reach the object boundary right? Not the object itself. This also propagates into the reward for action 0 since prev_distance includes the object boundary, but curr_distance does not.
Why does
starting_distance
inObjectGoal_Env
includes theobject_boundary
distance?Object-Goal-Navigation/envs/habitat/objectgoal_env.py
Lines 143 to 145 in 5d76902
The shortest path should only reach the object boundary right? Not the object itself. This also propagates into the reward for action 0 since
prev_distance
includes the object boundary, butcurr_distance
does not.Object-Goal-Navigation/envs/habitat/objectgoal_env.py
Lines 395 to 399 in 5d76902
The
object_boundary
should be not be added tostarting_distance
. Happy to send a PR if this makes sense.The text was updated successfully, but these errors were encountered: