SOTAVerified

skrl: Modular and Flexible Library for Reinforcement Learning

2022-02-08Code Available0· sign in to hype

Antonio Serrano-Muñoz, Dimitris Chrysostomou, Simon Bøgh, Nestor Arana-Arexolaleiba

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

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. In addition to supporting environments that use the traditional interfaces from OpenAI Gym and DeepMind, it provides the facility to load, configure, and operate NVIDIA Isaac Gym and NVIDIA Omniverse Isaac Gym environments. Furthermore, it enables the simultaneous training of several agents with customizable scopes (subsets of environments among all available ones), which may or may not share resources, in the same run. The library's documentation can be found at https://skrl.readthedocs.io and its source code is available on GitHub at https://github.com/Toni-SM/skrl.

Tasks

Reproductions