MCPcopy Create free account
hub / github.com/MotrixLab/insactor / EncoderNetworks

Class EncoderNetworks

diffmimic/brax_lib/encoder.py:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30@flax.struct.dataclass
31class EncoderNetworks:
32 policy_network: networks.FeedForwardNetwork
33 prior_network: networks.FeedForwardNetwork
34 parametric_latent_distribution: distribution.ParametricDistribution
35 conditional: bool
36 random: bool
37
38
39def make_inference_fn(encoder_networks: EncoderNetworks):

Callers 1

make_encoder_networksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected