Name |
Last commit
|
Last update |
---|---|---|
.github | ||
docker | ||
docs | ||
examples | ||
patches | ||
recipe/prime | ||
scripts | ||
tests | ||
verl | ||
.gitignore | ||
.readthedocs.yaml | ||
.style.yapf | ||
LICENSE | ||
Notice.txt | ||
README.md | ||
pyproject.toml | ||
requirements.txt | ||
setup.py |
Add tqdm progress bar to RayPPOTrainer for training visualization This PR enhances the RayPPOTrainer class by implementing a progress bar that visualizes the training process: - Imported tqdm module in verl/trainer/ppo/ray_trainer.py (line 27) - Added progress bar initialization in the fit() method (line 781) - Implemented progress updates during training iterations (line 931) - Added proper cleanup by closing the progress bar at the end of training (line 928) This improvement provides real-time feedback on training progress, making it easier to monitor long-running training sessions. --------- Co-authored-by: hoshi-hiyouga <hiyouga@buaa.edu.cn>
Name |
Last commit
|
Last update |
---|---|---|
.github | Loading commit data... | |
docker | Loading commit data... | |
docs | Loading commit data... | |
examples | Loading commit data... | |
patches | Loading commit data... | |
recipe/prime | Loading commit data... | |
scripts | Loading commit data... | |
tests | Loading commit data... | |
verl | Loading commit data... | |
.gitignore | Loading commit data... | |
.readthedocs.yaml | Loading commit data... | |
.style.yapf | Loading commit data... | |
LICENSE | Loading commit data... | |
Notice.txt | Loading commit data... | |
README.md | Loading commit data... | |
pyproject.toml | Loading commit data... | |
requirements.txt | Loading commit data... | |
setup.py | Loading commit data... |