protomotions.agents.peft.model module#
Top-level discrete-prior PEFT model container.
The pretrained prior is passed in by the agent. This class only wires the PEFT actor to the optional PPO critic. Rollout is the module forward path.
- class protomotions.agents.peft.model.DiscretePriorPEFTModel(*args, **kwargs)[source]#
Bases:
BaseModelDiscrete-prior PEFT actor plus optional PPO critic.
forwardis reserved for rollout TensorDicts. SFT teacher forcing lives onDiscretePriorPEFTSFTModelso RLFT and SFT flows stay separate.