Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How did the robot know the global goal's location、 #6

Open
Trevor233 opened this issue Aug 10, 2022 · 2 comments
Open

How did the robot know the global goal's location、 #6

Trevor233 opened this issue Aug 10, 2022 · 2 comments

Comments

@Trevor233
Copy link

Trevor233 commented Aug 10, 2022

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?

@reiniscimurs
Copy link
Owner

Hi,

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:

parser.add_argument("--x", help="X coordinate of the goal",

@Trevor233
Copy link
Author

thanks for your instant reply! Really appreciate it !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants