1. 21 Apr, 2025 4 commits
  2. 18 Apr, 2025 2 commits
  3. 17 Apr, 2025 3 commits
  4. 16 Apr, 2025 1 commit
  5. 13 Apr, 2025 3 commits
  6. 12 Apr, 2025 1 commit
  7. 11 Apr, 2025 3 commits
  8. 10 Apr, 2025 3 commits
  9. 09 Apr, 2025 5 commits
  10. 08 Apr, 2025 4 commits
  11. 07 Apr, 2025 1 commit
  12. 27 Mar, 2025 1 commit
  13. 25 Mar, 2025 2 commits
    • Add tqdm progress bar to RayPPOTrainer to visualize training progress (#615) · 36c10bff
      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>
      HangZhang committed
  14. 23 Mar, 2025 6 commits
  15. 22 Mar, 2025 1 commit