• Wesley Maa's avatar
    Make GRU-based RNNs exportable in RSL RL (#3009) · 535e1803
    Wesley Maa authored
    # Description
    
    Adds correct forward pass for GRU-based recurrent policies in the
    `isaaclab_rl/rsl_rl/exporter.py` script.
    
    See [issue](https://github.com/isaac-sim/IsaacLab/issues/3008) for more
    details
    
    ## Type of change
    - 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
    - [ ] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    535e1803
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...