1. 02 Nov, 2024 1 commit
    • Dorsa Rohani's avatar
      Add Diffusion Policy for Reinforcement Learning (#9824) · c10f875f
      Dorsa Rohani authored
      
      
      * enable cpu ability
      
      * model creation + comprehensive testing
      
      * training + tests
      
      * all tests working
      
      * remove unneeded files + clarify docs
      
      * update train tests
      
      * update readme.md
      
      * remove data from gitignore
      
      * undo cpu enabled option
      
      * Update README.md
      
      * update readme
      
      * code quality fixes
      
      * diffusion policy example
      
      * update readme
      
      * add pretrained model weights + doc
      
      * add comment
      
      * add documentation
      
      * add docstrings
      
      * update comments
      
      * update readme
      
      * fix code quality
      
      * Update examples/reinforcement_learning/README.md
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * Update examples/reinforcement_learning/diffusion_policy.py
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      
      * suggestions + safe globals for weights_only=True
      
      * suggestions + safe weights loading
      
      * fix code quality
      
      * reformat file
      
      ---------
      Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
      c10f875f
  2. 05 Jun, 2024 1 commit
    • Tolga Cangöz's avatar
      Errata (#8322) · 98730c5d
      Tolga Cangöz authored
      * Fix typos
      
      * Trim trailing whitespaces
      
      * Remove a trailing whitespace
      
      * chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0
      
      * Revert "chore: Update MarigoldDepthPipeline checkpoint to prs-eth/marigold-lcm-v1-0"
      
      This reverts commit fd742b30b4258106008a6af4d0dd4664904f8595.
      
      * pokemon -> naruto
      
      * `DPMSolverMultistep` -> `DPMSolverMultistepScheduler`
      
      * Improve Markdown stylization
      
      * Improve style
      
      * Improve style
      
      * Refactor pipeline variable names for consistency
      
      * up style
      98730c5d
  3. 21 Jul, 2023 1 commit
    • Kadir Nar's avatar
      📄 Renamed File for Better Understanding (#4056) · bcc570b9
      Kadir Nar authored
      * 📄 Renamed File for Better Understanding
      
      Renamed the 'rl' file to 'run_locomotion'. This change was made to improve the clarity and readability of the codebase. The 'rl' name was ambiguous, and 'run_locomotion' provides a more clear description of the file's purpose.
      
      Thanks 🙌
      
      * 📁
      
       [Docs] Renamed Directory for Better Clarity
      
      Renamed the 'rl' directory to 'reinforcement_learning'. This change provides a clearer understanding of the directory's purpose and its contents.
      
      * Update examples/reinforcement_learning/README.md
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      
      * 📝
      
       Update README
      
      ---------
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      bcc570b9