-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hello! Thank you for providing the open-source code! However, I encountered a problem when trying to reproduce laser-d. It seems that the length_controller.pt file is not saved according to the training code, which makes it impossible to resume training from a checkpoint. The reason appears to be that length_strategy: constant is fixed in the configuration file and is not modified in the bash script. Could you please check if the bash script needs to include the length_strategy parameter?
length_strategy: constant |
Laser/verl/trainer/ppo/ray_trainer.py
Line 1442 in c9e7c4e
if self.length_controller.length_strategy != 'constant': |
Metadata
Metadata
Assignees
Labels
No labels