Omniverse Isaac Gym

2 papers with code • 0 benchmarks • 0 datasets

The Omniverse Isaac Gym extension provides an interface for performing reinforcement learning training and inferencing in Isaac Sim. This framework simplifies the process of connecting reinforcement learning libraries and algorithms with other components in Isaac Sim. Similar to existing frameworks and environment wrapper classes that inherit from gym.Env, the Omniverse Isaac Gym extension also provides an interface inheriting from gym.Env and implements a simple set of APIs required by most common RL libraries. This interface can be used as a bridge connecting RL libraries with physics simulation and tasks running in the Isaac Sim framework.

Libraries

Use these libraries to find Omniverse Isaac Gym models and implementations
2 papers
403

Most implemented papers

Isaac Gym: High Performance GPU-Based Physics Simulation For Robot Learning

Denys88/rl_games 24 Aug 2021

Isaac Gym offers a high performance learning platform to train policies for wide variety of robotics tasks directly on GPU.

skrl: Modular and Flexible Library for Reinforcement Learning

toni-sm/skrl 8 Feb 2022

skrl is an open-source modular library for reinforcement learning written in Python and designed with a focus on readability, simplicity, and transparency of algorithm implementations.