• 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
..
core-concepts Loading commit data...
developer-guide Loading commit data...
imitation-learning Loading commit data...
own-project Loading commit data...
reinforcement-learning Loading commit data...
environments.rst Loading commit data...
showroom.rst Loading commit data...
simple_agents.rst Loading commit data...