[](https://pypi.org/project/skrl)
[<img src="https://img.shields.io/badge/%F0%9F%A4%97%20models-hugging%20face-F8D521">](https://huggingface.co/skrl)

<br>
[](https://github.com/Toni-SM/skrl)
<span> </span>
[](https://skrl.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/Toni-SM/skrl/actions/workflows/python-test.yml)
[](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/c3/bb/d1e9209496f5ab2c7bb7768f52f3b55d61422bebc57980e183109f2a86b9/skrl-1.4.2.tar.gz",
"platform": null,
"description": "[](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\n<br>\n[](https://github.com/Toni-SM/skrl)\n<span> </span>\n[](https://skrl.readthedocs.io/en/latest/?badge=latest)\n[](https://github.com/Toni-SM/skrl/actions/workflows/python-test.yml)\n[](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.2",
"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": null,
"digests": {
"blake2b_256": "27e7ab2d0f2c91d0f763dbdd12d8fb3bb29ce492a779673cea89020901512a74",
"md5": "3cccd12d1fbab6eb031aac3572ec2abd",
"sha256": "daec7809e6a9d828e7ed87dee3309d7bf3018cf9e6b265347ff0eb18258d7f6a"
},
"downloads": -1,
"filename": "skrl-1.4.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "3cccd12d1fbab6eb031aac3572ec2abd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 403506,
"upload_time": "2025-03-18T20:34:37",
"upload_time_iso_8601": "2025-03-18T20:34:37.669462Z",
"url": "https://files.pythonhosted.org/packages/27/e7/ab2d0f2c91d0f763dbdd12d8fb3bb29ce492a779673cea89020901512a74/skrl-1.4.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c3bbd1e9209496f5ab2c7bb7768f52f3b55d61422bebc57980e183109f2a86b9",
"md5": "78f93f3f9b172d981071bd9cdebe46fb",
"sha256": "3e5951a3f9491bbafa5e3791359a0b7e77b30af7b569b2358d20285df94c0e39"
},
"downloads": -1,
"filename": "skrl-1.4.2.tar.gz",
"has_sig": false,
"md5_digest": "78f93f3f9b172d981071bd9cdebe46fb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 216812,
"upload_time": "2025-03-18T20:34:38",
"upload_time_iso_8601": "2025-03-18T20:34:38.877205Z",
"url": "https://files.pythonhosted.org/packages/c3/bb/d1e9209496f5ab2c7bb7768f52f3b55d61422bebc57980e183109f2a86b9/skrl-1.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-18 20:34:38",
"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"
}