[![pypi](https://img.shields.io/pypi/v/skrl)](https://pypi.org/project/skrl)
[<img src="https://img.shields.io/badge/%F0%9F%A4%97%20models-hugging%20face-F8D521">](https://huggingface.co/skrl)
![discussions](https://img.shields.io/github/discussions/Toni-SM/skrl)
<br>
[![license](https://img.shields.io/github/license/Toni-SM/skrl)](https://github.com/Toni-SM/skrl)
<span> </span>
[![docs](https://readthedocs.org/projects/skrl/badge/?version=latest)](https://skrl.readthedocs.io/en/latest/?badge=latest)
[![pytest](https://github.com/Toni-SM/skrl/actions/workflows/python-test.yml/badge.svg)](https://github.com/Toni-SM/skrl/actions/workflows/python-test.yml)
[![pre-commit](https://github.com/Toni-SM/skrl/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/Toni-SM/skrl/actions/workflows/pre-commit.yml)
<br>
<p align="center">
<a href="https://skrl.readthedocs.io">
<img width="300rem" src="https://raw.githubusercontent.com/Toni-SM/skrl/main/docs/source/_static/data/logo-light-mode.png">
</a>
</p>
<h2 align="center" style="border-bottom: 0 !important;">SKRL - Reinforcement Learning library</h2>
<br>
**skrl** is an open-source modular library for Reinforcement Learning written in Python (on top of [PyTorch](https://pytorch.org/) and [JAX](https://jax.readthedocs.io)) and designed with a focus on modularity, readability, simplicity, and transparency of algorithm implementation. In addition to supporting the OpenAI [Gym](https://www.gymlibrary.dev), Farama [Gymnasium](https://gymnasium.farama.org) and [PettingZoo](https://pettingzoo.farama.org), Google [DeepMind](https://github.com/deepmind/dm_env) and [Brax](https://github.com/google/brax), among other environment interfaces, it allows loading and configuring NVIDIA [Isaac Lab](https://isaac-sim.github.io/IsaacLab/index.html) (as well as [Isaac Gym](https://developer.nvidia.com/isaac-gym/) and [Omniverse Isaac Gym](https://github.com/isaac-sim/OmniIsaacGymEnvs)) environments, enabling agents' simultaneous training by scopes (subsets of environments among all available environments), which may or may not share resources, in the same run.
<br>
### Please, visit the documentation for usage details and examples
<strong>https://skrl.readthedocs.io</strong>
<br>
> **Note:** This project is under **active continuous development**. Please make sure you always have the latest version. Visit the [develop](https://github.com/Toni-SM/skrl/tree/develop) branch or its [documentation](https://skrl.readthedocs.io/en/develop) to access the latest updates to be released.
<br>
### Citing this library
To cite this library in publications, please use the following reference:
```bibtex
@article{serrano2023skrl,
author = {Antonio Serrano-Muñoz and Dimitrios Chrysostomou and Simon Bøgh and Nestor Arana-Arexolaleiba},
title = {skrl: Modular and Flexible Library for Reinforcement Learning},
journal = {Journal of Machine Learning Research},
year = {2023},
volume = {24},
number = {254},
pages = {1--9},
url = {http://jmlr.org/papers/v24/23-0112.html}
}
```
Raw data
{
"_id": null,
"home_page": null,
"name": "skrl",
"maintainer": "Toni-SM",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "reinforcement-learning, machine-learning, reinforcement, machine, learning, rl",
"author": "Toni-SM",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/7c/e9/ed2c64a0539ce6d6bb13b281bc49f3dec24fda76ca33df6e307c44a8f0da/skrl-1.4.0.tar.gz",
"platform": null,
"description": "[![pypi](https://img.shields.io/pypi/v/skrl)](https://pypi.org/project/skrl)\n[<img src=\"https://img.shields.io/badge/%F0%9F%A4%97%20models-hugging%20face-F8D521\">](https://huggingface.co/skrl)\n![discussions](https://img.shields.io/github/discussions/Toni-SM/skrl)\n<br>\n[![license](https://img.shields.io/github/license/Toni-SM/skrl)](https://github.com/Toni-SM/skrl)\n<span> </span>\n[![docs](https://readthedocs.org/projects/skrl/badge/?version=latest)](https://skrl.readthedocs.io/en/latest/?badge=latest)\n[![pytest](https://github.com/Toni-SM/skrl/actions/workflows/python-test.yml/badge.svg)](https://github.com/Toni-SM/skrl/actions/workflows/python-test.yml)\n[![pre-commit](https://github.com/Toni-SM/skrl/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/Toni-SM/skrl/actions/workflows/pre-commit.yml)\n\n<br>\n<p align=\"center\">\n <a href=\"https://skrl.readthedocs.io\">\n <img width=\"300rem\" src=\"https://raw.githubusercontent.com/Toni-SM/skrl/main/docs/source/_static/data/logo-light-mode.png\">\n </a>\n</p>\n<h2 align=\"center\" style=\"border-bottom: 0 !important;\">SKRL - Reinforcement Learning library</h2>\n<br>\n\n**skrl** is an open-source modular library for Reinforcement Learning written in Python (on top of [PyTorch](https://pytorch.org/) and [JAX](https://jax.readthedocs.io)) and designed with a focus on modularity, readability, simplicity, and transparency of algorithm implementation. In addition to supporting the OpenAI [Gym](https://www.gymlibrary.dev), Farama [Gymnasium](https://gymnasium.farama.org) and [PettingZoo](https://pettingzoo.farama.org), Google [DeepMind](https://github.com/deepmind/dm_env) and [Brax](https://github.com/google/brax), among other environment interfaces, it allows loading and configuring NVIDIA [Isaac Lab](https://isaac-sim.github.io/IsaacLab/index.html) (as well as [Isaac Gym](https://developer.nvidia.com/isaac-gym/) and [Omniverse Isaac Gym](https://github.com/isaac-sim/OmniIsaacGymEnvs)) environments, enabling agents' simultaneous training by scopes (subsets of environments among all available environments), which may or may not share resources, in the same run.\n\n<br>\n\n### Please, visit the documentation for usage details and examples\n\n<strong>https://skrl.readthedocs.io</strong>\n\n<br>\n\n> **Note:** This project is under **active continuous development**. Please make sure you always have the latest version. Visit the [develop](https://github.com/Toni-SM/skrl/tree/develop) branch or its [documentation](https://skrl.readthedocs.io/en/develop) to access the latest updates to be released.\n\n<br>\n\n### Citing this library\n\nTo cite this library in publications, please use the following reference:\n\n```bibtex\n@article{serrano2023skrl,\n author = {Antonio Serrano-Mu\u00f1oz and Dimitrios Chrysostomou and Simon B\u00f8gh and Nestor Arana-Arexolaleiba},\n title = {skrl: Modular and Flexible Library for Reinforcement Learning},\n journal = {Journal of Machine Learning Research},\n year = {2023},\n volume = {24},\n number = {254},\n pages = {1--9},\n url = {http://jmlr.org/papers/v24/23-0112.html}\n}\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Modular and flexible library for reinforcement learning on PyTorch and JAX",
"version": "1.4.0",
"project_urls": {
"Bug Reports": "https://github.com/Toni-SM/skrl/issues",
"Discussions": "https://github.com/Toni-SM/skrl/discussions",
"Documentation": "https://skrl.readthedocs.io",
"Homepage": "https://github.com/Toni-SM/skrl",
"Say Thanks!": "https://github.com/Toni-SM",
"Source": "https://github.com/Toni-SM/skrl"
},
"split_keywords": [
"reinforcement-learning",
" machine-learning",
" reinforcement",
" machine",
" learning",
" rl"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "59ae92b0f941d0f14f777a6b633e9445d355e9c26f9e21269e6838da08e9b8ea",
"md5": "eac3325a337cea50e5be1b90af39a522",
"sha256": "d317f357c338dc9a698d7ea1e4b37280dba1d8469fbc15d61285c6df7e8ac63a"
},
"downloads": -1,
"filename": "skrl-1.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eac3325a337cea50e5be1b90af39a522",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 398018,
"upload_time": "2025-01-16T23:11:19",
"upload_time_iso_8601": "2025-01-16T23:11:19.191979Z",
"url": "https://files.pythonhosted.org/packages/59/ae/92b0f941d0f14f777a6b633e9445d355e9c26f9e21269e6838da08e9b8ea/skrl-1.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7ce9ed2c64a0539ce6d6bb13b281bc49f3dec24fda76ca33df6e307c44a8f0da",
"md5": "6e99f5b28c0dda9232cc60b4241945aa",
"sha256": "b329121bac75356e9a504e118ce58d598fa4958e88ac6831e7c9d16380c24a2f"
},
"downloads": -1,
"filename": "skrl-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "6e99f5b28c0dda9232cc60b4241945aa",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 214953,
"upload_time": "2025-01-16T23:11:21",
"upload_time_iso_8601": "2025-01-16T23:11:21.654190Z",
"url": "https://files.pythonhosted.org/packages/7c/e9/ed2c64a0539ce6d6bb13b281bc49f3dec24fda76ca33df6e307c44a8f0da/skrl-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-16 23:11:21",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Toni-SM",
"github_project": "skrl",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "skrl"
}