• Mayank Mittal's avatar
    Upgrades environments from Gym 0.21 to Gymnasium 0.29 (#234) · cd2c4f1d
    Mayank Mittal authored
    # Description
    
    Currently, we are downgrading many libraries to be able to use the Gym
    0.21.0 version. However, this is not great and is causing issues
    installing new Python packages, as highlighted in #204. It is becoming a
    more significant issue with Python 3.10 in Isaac Sim 2023.1.
    
    This MR upgrades the repository to use the Gymnasium Environment class.
    
    ## Type of Change
    
    - Bug fix (non-breaking change which fixes an issue)
    - Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    
    ## Checklist
    
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./orbit.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
    - [x] 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
    
    ---------
    Signed-off-by: 's avatarMayank Mittal <12863862+Mayankm96@users.noreply.github.com>
    Co-authored-by: 's avatarDavid Hoeller <dhoeller@ethz.ch>
    cd2c4f1d
Name
Last commit
Last update
..
developer.rst Loading commit data...
docker.rst Loading commit data...
installation.rst Loading commit data...
sample.rst Loading commit data...