• Wesley Maa's avatar
    Make GRU-based RNNs exportable in RSL RL (#3009) · a74a2cf9
    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
    a74a2cf9
Name
Last commit
Last update
..
__init__.py Loading commit data...
distillation_cfg.py Loading commit data...
exporter.py Loading commit data...
rl_cfg.py Loading commit data...
rnd_cfg.py Loading commit data...
symmetry_cfg.py Loading commit data...
vecenv_wrapper.py Loading commit data...