MCPcopy Create free account
hub / github.com/InternRobotics/NavDP / forward

Method forward

baselines/vint/base_model.py:35–47  ·  view source on GitHub ↗

Forward pass of the model Args: obs_img (torch.Tensor): batch of observations goal_img (torch.Tensor): batch of goals Returns: dist_pred (torch.Tensor): predicted distance to goal action_pred (torch.Tensor): predicted action

(
        self, obs_img: torch.tensor, goal_img: torch.tensor
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected