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
Hi , I've read your paper and I 'm confused about how the robot know the location of global goal. The environment is unknow and the global goal is unseen so how does the robot identify the position of the global target?
The text was updated successfully, but these errors were encountered:
In paper, section IV.C you will see the given coordinates for the experiments. Since it is a goal-driven approach, the goal needs to be specified beforehand. So we manually specify the goal that we want to reach as a set of coordinates in the robots starting frame and then keep track of it throughout the exploration. In the code it can be seen here:
Hi , I've read your paper and I 'm confused about how the robot know the location of global goal. The environment is unknow and the global goal is unseen so how does the robot identify the position of the global target?
The text was updated successfully, but these errors were encountered: