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

Method __init__

baselines/gnm/base_model.py:8–28  ·  view source on GitHub ↗

Base Model main class Args: context_size (int): how many previous observations to used for context len_traj_pred (int): how many waypoints to predict in the future learn_angle (bool): whether to predict the yaw of the robot

(
        self,
        context_size: int = 5,
        len_traj_pred: Optional[int] = 5,
        learn_angle: Optional[bool] = True,
    )

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