vikashplus / robohive

A unified framework for robot learning
https://sites.google.com/view/robohive
Apache License 2.0
489 stars 82 forks source link

Making all tests pass with Implement_for functionality. Enables support most gym/gymnasium versions #119

Closed vikashplus closed 9 months ago

vikashplus commented 9 months ago

FEATURE: Adding support with passing tests for multiple gym/gymnasium versions

vikashplus commented 9 months ago

@vmoens @Vittorio-Caggiano @0wu -- Can I get a round of reviews on this features? Its largely starts from @vmoens ideas and initial commit on how to make the repo compatible with most gym/gymnasium versions, and builds forward from there. Big Kudos to Vincent for leading and helping me landing this feature.

vikashplus commented 9 months ago

@vmoens -- I tried something like this - https://github.com/vikashplus/robohive/blob/implement_for/robohive/tests/test_versions.sh All the tests succeed.

Any other salient versions we should check for?