• ooctipus's avatar
    Adds wandb native support in rl_games (#2650) · ca4043cc
    ooctipus authored
    # Description
    
    This PR creates support wandb logging in rl_games training. rl_games has
    been supporting wandb logging, and the examples of how to configure it
    can be seen from
    [rl_games-wandb_support](https://github.com/Denys88/rl_games/blob/51ac9aa2981ba3204ea513104a1da46e6b5a39c9/runner.py
    ) we could follow the same style and enable current rl_games pipeline to
    use wandb as well.
    
    ## Type of change
    
    <!-- As you go through the list, delete the ones that are not
    applicable. -->
    
    - New feature (non-breaking change which adds functionality)
    
    ## Checklist
    
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./isaaclab.sh --format`
    - [ ] I have made corresponding changes to the documentation
    - [x] My changes generate no new warnings
    - [ ] I have added tests that prove my fix is effective or that my
    feature works
    - [ ] I have updated the changelog and the corresponding version in the
    extension's `config/extension.toml` file
    - [x] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    
    <!--
    As you go through the checklist above, you can mark something as done by
    putting an x character in it
    
    For example,
    - [x] I have done this task
    - [ ] I have not done this task
    -->
    ca4043cc
Name
Last commit
Last update
..
benchmarks Loading commit data...
demos Loading commit data...
environments Loading commit data...
imitation_learning Loading commit data...
reinforcement_learning Loading commit data...
tools Loading commit data...
tutorials Loading commit data...