rlfe


Namerlfe JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryRL Forever - A minimal reinforcement learning package
upload_time2025-09-10 20:50:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords reinforcement learning machine learning ai
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RL Forever (rlf)

A minimal reinforcement learning package. Simple and forever!

## Installation

```bash
pip install rlf
```

## Quick Start

```python
from rlf import hello_rl_forever, VERSION_INFO

# Say hello
print(hello_rl_forever())
print(VERSION_INFO)
```

## Features

- Minimal and lightweight
- Easy to use
- No complex dependencies

## License

MIT License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rlfe",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "reinforcement learning, machine learning, ai",
    "author": null,
    "author_email": "Mohammad <mohammad@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/85/a2/a198811ac2be172f608de6e8892b282db6e9e15d73af07c3ff87ae782d4f/rlfe-0.1.0.tar.gz",
    "platform": null,
    "description": "# RL Forever (rlf)\n\nA minimal reinforcement learning package. Simple and forever!\n\n## Installation\n\n```bash\npip install rlf\n```\n\n## Quick Start\n\n```python\nfrom rlf import hello_rl_forever, VERSION_INFO\n\n# Say hello\nprint(hello_rl_forever())\nprint(VERSION_INFO)\n```\n\n## Features\n\n- Minimal and lightweight\n- Easy to use\n- No complex dependencies\n\n## License\n\nMIT License\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "RL Forever - A minimal reinforcement learning package",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/username/rlf",
        "Issues": "https://github.com/username/rlf/issues",
        "Repository": "https://github.com/username/rlf"
    },
    "split_keywords": [
        "reinforcement learning",
        " machine learning",
        " ai"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e387d690dba4c703cfa62dac440f6fedebd1b240d2450e72d19002c8da6b43cf",
                "md5": "6cc8b2fe59c06d393779eb2b5847d8ef",
                "sha256": "0e14559dbb3516cb21b0f3f34052a8bc9d00d56616cf6611e91654ad8d66a1fc"
            },
            "downloads": -1,
            "filename": "rlfe-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6cc8b2fe59c06d393779eb2b5847d8ef",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2134,
            "upload_time": "2025-09-10T20:50:42",
            "upload_time_iso_8601": "2025-09-10T20:50:42.428763Z",
            "url": "https://files.pythonhosted.org/packages/e3/87/d690dba4c703cfa62dac440f6fedebd1b240d2450e72d19002c8da6b43cf/rlfe-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "85a2a198811ac2be172f608de6e8892b282db6e9e15d73af07c3ff87ae782d4f",
                "md5": "b953972a5716d3185fc76a5c5d398fa3",
                "sha256": "864d1b16809fe926b86323f66f36e77a8f1ba27a7a11d1100407c2649428b2a9"
            },
            "downloads": -1,
            "filename": "rlfe-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b953972a5716d3185fc76a5c5d398fa3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2024,
            "upload_time": "2025-09-10T20:50:43",
            "upload_time_iso_8601": "2025-09-10T20:50:43.384763Z",
            "url": "https://files.pythonhosted.org/packages/85/a2/a198811ac2be172f608de6e8892b282db6e9e15d73af07c3ff87ae782d4f/rlfe-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 20:50:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "username",
    "github_project": "rlf",
    "github_not_found": true,
    "lcname": "rlfe"
}
        
Elapsed time: 2.95092s