• yijieg's avatar
    Sets reward computation in AutoMate env with CUDA or CPU (#3733) · d6a544de
    yijieg authored
    # Description
    
    If Nvidia driver 580 and cuda toolkit 13.0, we compute reward with CPU.
    If Nvidia driver 570 and cuda toolkit 12.8, we compute reward with CUDA.
    
    Fixes issue with hanging process with cuda 13.
    
    ## Type of change
    
    - Bug fix (non-breaking change which fixes an issue)
    - Documentation update
    
    ## Checklist
    
    - [x] I have read and understood the [contribution
    guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html)
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./isaaclab.sh --format`
    - [x] 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
    - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    
    ---------
    Signed-off-by: 's avatarKelly Guo <kellyg@nvidia.com>
    Co-authored-by: 's avatarKelly Guo <kellyg@nvidia.com>
    d6a544de
Name
Last commit
Last update
..
isaaclab Loading commit data...
isaaclab_assets Loading commit data...
isaaclab_mimic Loading commit data...
isaaclab_rl Loading commit data...
isaaclab_tasks Loading commit data...