tabular-rl


Nametabular-rl JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Pabloo22/tabular_rl
SummaryThis repository aims to contain implementations of the main tabular methods in Reinforcement Learning. The goal is to provide a framework that allows to easily compare different methods and to easily implement new ones.
upload_time2023-01-09 01:12:48
maintainer
docs_urlNone
authorPablo
requires_python
licenseMIT
keywords reinforcement learning machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Pabloo22/tabular_rl",
    "name": "tabular-rl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Reinforcement Learning,Machine Learning",
    "author": "Pablo",
    "author_email": "pablete.arino@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8f/2f/1572cb2188d8036f98cbb090e02be45c193946704aba3df1033e51c29956/tabular_rl-0.1.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This repository aims to contain implementations of the main tabular methods in Reinforcement Learning. The goal is to provide a framework that allows to easily compare different methods and to easily implement new ones.",
    "version": "0.1.0",
    "split_keywords": [
        "reinforcement learning",
        "machine learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f2f1572cb2188d8036f98cbb090e02be45c193946704aba3df1033e51c29956",
                "md5": "b59f404eb2a2003c255202446d02d61c",
                "sha256": "2e9ee7b3ff7fccc0b20e668b7094b7f1811fbc21d5eb50074837afec9fca0972"
            },
            "downloads": -1,
            "filename": "tabular_rl-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b59f404eb2a2003c255202446d02d61c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12234,
            "upload_time": "2023-01-09T01:12:48",
            "upload_time_iso_8601": "2023-01-09T01:12:48.810069Z",
            "url": "https://files.pythonhosted.org/packages/8f/2f/1572cb2188d8036f98cbb090e02be45c193946704aba3df1033e51c29956/tabular_rl-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-09 01:12:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Pabloo22",
    "github_project": "tabular_rl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "tabular-rl"
}
        
Elapsed time: 0.03143s