MCPcopy Create free account
hub / github.com/ReinFlow/ReinFlow / __init__

Method __init__

model/diffusion/mlp_diffusion.py:44–121  ·  view source on GitHub ↗
(
        self,
        backbone,
        action_dim,
        horizon_steps,
        cond_dim,
        img_cond_steps=1,
        time_dim=16,
        mlp_dims=[256, 256],
        activation_type="Mish",
        out_activation_type="Identity",
        use_layernorm=False,
        residual_style=False,
        spatial_emb=0,
        visual_feature_dim=128,
        dropout=0,
        num_img=1,
        augment=False,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

RandomShiftsAugClass · 0.90
SpatialEmbClass · 0.90
SinusoidalPosEmbClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected