Which hyper-parameters in the standard VERL configuration do not take effect?
Author: dalek-whoCreated Jan 23, 2026Updated Aug 25, 2026
Labelsdocumentationenhancementhelp wantedv0.x
This is the full VERL config, https://verl.readthedocs.io/en/latest/examples/config.html I noticed that some parameters seem not work when passed to agl.VERL. For example:
- actor_rollout_ref.rollout.val_kwargs
- data.truncation
- actor_rollout_ref.rollout.top_p (I'm not sure if it takes effect, as it is not explicitly set like actor_rollout_ref.rollout.temperature)
Could you provide a blacklist/whitelist to clarify which configs are effective or not?
Source: microsoft/agent-lightning