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

Method __init__

model/diffusion/diffusion_ppo_exact.py:45–86  ·  view source on GitHub ↗
(
        self,
        sde,
        clip_ploss_coef,
        clip_vloss_coef=None,
        norm_adv=True,
        sde_hutchinson_type="Rademacher",
        sde_rtol=1e-4,
        sde_atol=1e-4,
        sde_eps=1e-4,
        sde_step_size=1e-3,
        sde_method="RK23",
        sde_continuous=False,
        sde_probability_flow=False,
        sde_num_epsilon=1,
        sde_min_beta=1e-2,
        **kwargs,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

get_likelihood_fnFunction · 0.85
set_betasMethod · 0.80

Tested by

no test coverage detected