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

Method __init__

baselines/gnm/gnm_model.py:143–190  ·  view source on GitHub ↗

GNM 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 obs_encoding_size

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls 1

MobileNetEncoderClass · 0.85

Tested by

no test coverage detected