ddql-optimal-execution


Nameddql-optimal-execution JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/g0bel1n/DDQL-optimal-execution
SummaryDouble Deep Q Learning for Optimal Trading Execution
upload_time2023-04-30 22:40:52
maintainer
docs_urlNone
authorLucas Saban
requires_python
licenseMIT
keywords ddql optimal execution trading
VCS
bugtrack_url
requirements numpy pandas torch tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/g0bel1n/DDQL-optimal-execution",
    "name": "ddql-optimal-execution",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "DDQL,OPTIMAL EXECUTION,TRADING",
    "author": "Lucas Saban",
    "author_email": "lucas.saban@icloud.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/4e/afbf2608386009d5355e4bd5856d598ade57d01cca7d9019fcb5c0c09c73/ddql_optimal_execution-0.1.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Double Deep Q Learning for Optimal Trading Execution",
    "version": "0.1.1",
    "project_urls": {
        "Download": "https://github.com/g0bel1n/DDQL-optimal-execution/archive/refs/tags/v0.1-beta.tar.gz",
        "Homepage": "https://github.com/g0bel1n/DDQL-optimal-execution"
    },
    "split_keywords": [
        "ddql",
        "optimal execution",
        "trading"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a24eafbf2608386009d5355e4bd5856d598ade57d01cca7d9019fcb5c0c09c73",
                "md5": "675126240d77d2751f759933b25b4f4d",
                "sha256": "7e379cc281a7055c61cf2e255367f580ba50620af8861669768b9a064fbba3bc"
            },
            "downloads": -1,
            "filename": "ddql_optimal_execution-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "675126240d77d2751f759933b25b4f4d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 18767,
            "upload_time": "2023-04-30T22:40:52",
            "upload_time_iso_8601": "2023-04-30T22:40:52.116484Z",
            "url": "https://files.pythonhosted.org/packages/a2/4e/afbf2608386009d5355e4bd5856d598ade57d01cca7d9019fcb5c0c09c73/ddql_optimal_execution-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-30 22:40:52",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "g0bel1n",
    "github_project": "DDQL-optimal-execution",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.23.1"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "1.4.3"
                ]
            ]
        },
        {
            "name": "torch",
            "specs": [
                [
                    "==",
                    "1.13.0"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    "==",
                    "4.64.0"
                ]
            ]
        }
    ],
    "lcname": "ddql-optimal-execution"
}
        
Elapsed time: 0.05925s