protomotions.agents.supervised package#
Supervised imitation and distillation agents.
The package owns the generic supervised rollout loop and named student presets such as MaskedMimic. Keep student architectures self-contained; share the loop and key-based supervision losses, not architecture-specific inheritance.
Submodules#
- protomotions.agents.supervised.agent module
- protomotions.agents.supervised.config module
- protomotions.agents.supervised.expert_utils module
- protomotions.agents.supervised.masked_mimic_config module
- protomotions.agents.supervised.masked_mimic_model module