fast_gae


Namefast_gae JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://daveey.github.io
SummaryFast generalized advantage estimation (GAE) implementation in Cython
upload_time2024-08-19 03:47:59
maintainerNone
docs_urlNone
authorJoseph Suarez
requires_python<4.0,>=3.10
licenseMIT
keywords rl reinforcement-learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # General Advantage Estimation

Install via pip:

```bash
pip install fast_gae
```

# Usage

```python
from fast_gae import fast_gae
fast_gae.compute_gae()
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://daveey.github.io",
    "name": "fast_gae",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "rl, reinforcement-learning",
    "author": "Joseph Suarez",
    "author_email": "jsuarez5341@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bc/06/1c307f716cb370901d882dcdfb1e9a4d402cb800b20161380ea1801e0572/fast_gae-0.0.4.tar.gz",
    "platform": null,
    "description": "# General Advantage Estimation\n\nInstall via pip:\n\n```bash\npip install fast_gae\n```\n\n# Usage\n\n```python\nfrom fast_gae import fast_gae\nfast_gae.compute_gae()\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Fast generalized advantage estimation (GAE) implementation in Cython",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://daveey.github.io",
        "Repository": "https://github.com/Metta-AI/gae"
    },
    "split_keywords": [
        "rl",
        " reinforcement-learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3c8121a28aa26cd96debc6af4e022b9dd2c4db24621cb59db7b10df5d4b480d",
                "md5": "8acecaf87bd9aa1c9abd33ccbb8efd16",
                "sha256": "9926e49f3034aaed59eec1ef3305e25fe1236138f5f21cf0a078ea2b0d696550"
            },
            "downloads": -1,
            "filename": "fast_gae-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8acecaf87bd9aa1c9abd33ccbb8efd16",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 136101,
            "upload_time": "2024-08-19T03:47:57",
            "upload_time_iso_8601": "2024-08-19T03:47:57.584254Z",
            "url": "https://files.pythonhosted.org/packages/e3/c8/121a28aa26cd96debc6af4e022b9dd2c4db24621cb59db7b10df5d4b480d/fast_gae-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc061c307f716cb370901d882dcdfb1e9a4d402cb800b20161380ea1801e0572",
                "md5": "fa3b76e4e1f19ced9e17f222b6c2ac29",
                "sha256": "1bfba630abdeae693ad623ec8f0bbab1b704e6240d294ba8116813f50c369193"
            },
            "downloads": -1,
            "filename": "fast_gae-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "fa3b76e4e1f19ced9e17f222b6c2ac29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 134198,
            "upload_time": "2024-08-19T03:47:59",
            "upload_time_iso_8601": "2024-08-19T03:47:59.401652Z",
            "url": "https://files.pythonhosted.org/packages/bc/06/1c307f716cb370901d882dcdfb1e9a4d402cb800b20161380ea1801e0572/fast_gae-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-19 03:47:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Metta-AI",
    "github_project": "gae",
    "github_not_found": true,
    "lcname": "fast_gae"
}
        
Elapsed time: 0.75616s