sb3-contrib


Namesb3-contrib JSON
Version 2.3.0 PyPI version JSON
download
home_pagehttps://github.com/Stable-Baselines-Team/stable-baselines3-contrib
SummaryContrib package of Stable Baselines3, experimental code.
upload_time2024-03-31 18:40:21
maintainerNone
docs_urlNone
authorAntonin Raffin
requires_python>=3.8
licenseMIT
keywords reinforcement-learning-algorithms reinforcement-learning machine-learning gym openai stable baselines toolbox python data-science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

# Stable-Baselines3 - Contrib (SB3-Contrib)

Contrib package for [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3) - Experimental reinforcement learning (RL) code.
"sb3-contrib" for short.

### What is SB3-Contrib?

A place for RL algorithms and tools that are considered experimental, e.g. implementations of the latest publications. Goal is to keep the simplicity, documentation and style of stable-baselines3 but for less matured implementations.

### Why create this repository?

Over the span of stable-baselines and stable-baselines3, the community has been eager to contribute in form of better logging utilities, environment wrappers, extended support (e.g. different action spaces) and learning algorithms.

However sometimes these utilities were too niche to be considered for stable-baselines or proved to be too difficult to integrate well into the existing code without creating a mess. sb3-contrib aims to fix this by not requiring the neatest code integration with existing code and not setting limits on what is too niche: almost everything remotely useful goes!
We hope this allows us to provide reliable implementations following stable-baselines usual standards (consistent style, documentation, etc) beyond the relatively small scope of utilities in the main repository.


## Features

See documentation for the full list of included features.

**RL Algorithms**:
- [Truncated Quantile Critics (TQC)](https://arxiv.org/abs/2005.04269)
- [Quantile Regression DQN (QR-DQN)](https://arxiv.org/abs/1710.10044)
- [PPO with invalid action masking (MaskablePPO)](https://arxiv.org/abs/2006.14171)
- [Trust Region Policy Optimization (TRPO)](https://arxiv.org/abs/1502.05477)
- [Augmented Random Search (ARS)](https://arxiv.org/abs/1803.07055)

**Gym Wrappers**:
- [Time Feature Wrapper](https://arxiv.org/abs/1712.00378)

## Documentation

Documentation is available online: [https://sb3-contrib.readthedocs.io/](https://sb3-contrib.readthedocs.io/)


## Installation

**Note:** You need the `master` version of [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3/).

To install Stable Baselines3 `master` version:
```
pip install git+https://github.com/DLR-RM/stable-baselines3
```

To install Stable Baselines3 contrib `master` version:
```
pip install git+https://github.com/Stable-Baselines-Team/stable-baselines3-contrib


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Stable-Baselines-Team/stable-baselines3-contrib",
    "name": "sb3-contrib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "reinforcement-learning-algorithms reinforcement-learning machine-learning gym openai stable baselines toolbox python data-science",
    "author": "Antonin Raffin",
    "author_email": "antonin.raffin@dlr.de",
    "download_url": "https://files.pythonhosted.org/packages/28/b9/3f5dd9edea1407a53edb9abf66467a400f68dd709bbdb580dee4eb4ace13/sb3_contrib-2.3.0.tar.gz",
    "platform": null,
    "description": "\n\n# Stable-Baselines3 - Contrib (SB3-Contrib)\n\nContrib package for [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3) - Experimental reinforcement learning (RL) code.\n\"sb3-contrib\" for short.\n\n### What is SB3-Contrib?\n\nA place for RL algorithms and tools that are considered experimental, e.g. implementations of the latest publications. Goal is to keep the simplicity, documentation and style of stable-baselines3 but for less matured implementations.\n\n### Why create this repository?\n\nOver the span of stable-baselines and stable-baselines3, the community has been eager to contribute in form of better logging utilities, environment wrappers, extended support (e.g. different action spaces) and learning algorithms.\n\nHowever sometimes these utilities were too niche to be considered for stable-baselines or proved to be too difficult to integrate well into the existing code without creating a mess. sb3-contrib aims to fix this by not requiring the neatest code integration with existing code and not setting limits on what is too niche: almost everything remotely useful goes!\nWe hope this allows us to provide reliable implementations following stable-baselines usual standards (consistent style, documentation, etc) beyond the relatively small scope of utilities in the main repository.\n\n\n## Features\n\nSee documentation for the full list of included features.\n\n**RL Algorithms**:\n- [Truncated Quantile Critics (TQC)](https://arxiv.org/abs/2005.04269)\n- [Quantile Regression DQN (QR-DQN)](https://arxiv.org/abs/1710.10044)\n- [PPO with invalid action masking (MaskablePPO)](https://arxiv.org/abs/2006.14171)\n- [Trust Region Policy Optimization (TRPO)](https://arxiv.org/abs/1502.05477)\n- [Augmented Random Search (ARS)](https://arxiv.org/abs/1803.07055)\n\n**Gym Wrappers**:\n- [Time Feature Wrapper](https://arxiv.org/abs/1712.00378)\n\n## Documentation\n\nDocumentation is available online: [https://sb3-contrib.readthedocs.io/](https://sb3-contrib.readthedocs.io/)\n\n\n## Installation\n\n**Note:** You need the `master` version of [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3/).\n\nTo install Stable Baselines3 `master` version:\n```\npip install git+https://github.com/DLR-RM/stable-baselines3\n```\n\nTo install Stable Baselines3 contrib `master` version:\n```\npip install git+https://github.com/Stable-Baselines-Team/stable-baselines3-contrib\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Contrib package of Stable Baselines3, experimental code.",
    "version": "2.3.0",
    "project_urls": {
        "Changelog": "https://stable-baselines3.readthedocs.io/en/master/misc/changelog.html",
        "Code": "https://github.com/Stable-Baselines-Team/stable-baselines3-contrib",
        "Documentation": "https://sb3-contrib.readthedocs.io/",
        "Homepage": "https://github.com/Stable-Baselines-Team/stable-baselines3-contrib",
        "RL-Zoo": "https://github.com/DLR-RM/rl-baselines3-zoo",
        "SBX": "https://github.com/araffin/sbx",
        "Stable-Baselines3": "https://github.com/DLR-RM/stable-baselines3"
    },
    "split_keywords": [
        "reinforcement-learning-algorithms",
        "reinforcement-learning",
        "machine-learning",
        "gym",
        "openai",
        "stable",
        "baselines",
        "toolbox",
        "python",
        "data-science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "406058163d23588509c8c5415f5ad15164dee08e390f2e96802b8d8828f3904e",
                "md5": "a27422fe2933259a75d8896fe89c0611",
                "sha256": "79dadda884f2242bbab11fdb06ccf00eeead2937f7ed09ba577f803f2e52c8e1"
            },
            "downloads": -1,
            "filename": "sb3_contrib-2.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a27422fe2933259a75d8896fe89c0611",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 80307,
            "upload_time": "2024-03-31T18:40:18",
            "upload_time_iso_8601": "2024-03-31T18:40:18.635571Z",
            "url": "https://files.pythonhosted.org/packages/40/60/58163d23588509c8c5415f5ad15164dee08e390f2e96802b8d8828f3904e/sb3_contrib-2.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28b93f5dd9edea1407a53edb9abf66467a400f68dd709bbdb580dee4eb4ace13",
                "md5": "6a89c216ac3dc1dcacc1c3a2ea8dff9c",
                "sha256": "9755ef9efa08e43afb9c4e79564ed594eb8bc497256920403a7e269a72216221"
            },
            "downloads": -1,
            "filename": "sb3_contrib-2.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6a89c216ac3dc1dcacc1c3a2ea8dff9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 78790,
            "upload_time": "2024-03-31T18:40:21",
            "upload_time_iso_8601": "2024-03-31T18:40:21.583930Z",
            "url": "https://files.pythonhosted.org/packages/28/b9/3f5dd9edea1407a53edb9abf66467a400f68dd709bbdb580dee4eb4ace13/sb3_contrib-2.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-31 18:40:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Stable-Baselines-Team",
    "github_project": "stable-baselines3-contrib",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sb3-contrib"
}
        
Elapsed time: 0.21824s