robodhruv / visualnav-transformer

Official code and checkpoint release for mobile robot foundation models: GNM, ViNT, and NoMaD.
http://general-navigation-models.github.io
MIT License
425 stars 56 forks source link

What do you mean the gc and uc ? #25

Closed 942411526 closed 1 day ago

942411526 commented 2 months ago

return { 'uc_actions': uc_actions, 'gc_actions': gc_actions, 'gc_distance': gc_distance, }

evgeniishch commented 1 month ago

return { 'uc_actions': uc_actions, 'gc_actions': gc_actions, 'gc_distance': gc_distance, }

It corresponds to "goal-conditioned" and "unconditioned" modes described in the paper. The difference is that in unconditioned mode the goal token is masked so the model generates trajectories for exploration.