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

Class TrainingState

diffmimic/brax_lib/agent_diffmimic.py:50–54  ·  view source on GitHub ↗

Contains training state for the learner.

Source from the content-addressed store, hash-verified

48
49@flax.struct.dataclass
50class TrainingState:
51 """Contains training state for the learner."""
52 optimizer_state: optax.OptState
53 normalizer_params: running_statistics.RunningStatisticsState
54 cvae_params: Params
55
56
57def _unpmap(v):

Callers 2

training_epochFunction · 0.85
trainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected