{ "info": { "author": "Andrew Scribner", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "lrl: Learn Reinforcement Learning\n=================================\n\nSee [here](https://lrl.readthedocs.io/en/latest/) for complete documentation.\n\nOverview\n--------\n\nlrl is a Python package for applying (and hopefully, learning!) basic Reinforcement Learning algorithms. It is intended to be an early stepping stone for someone trying to understanding the basic concepts of planning and learning, providing out-of-the-box implementations of some simple environments and algorithms in a well documented, readable, and digestible way to give someone platform from which to build understanding.\n\nThe overall goal of the author in writing this package was to provide people interested in Reinforcement Learning a starting point and handrail to help them as they began learning. The fastest, most efficient implementation is less important here than code which can be read and learned from by someone new to the topic and with intermediate Python skills.\n\nThe idea behind this package originated as material to support students completing the Georgia Tech OMSCS class CS 7641: Machine Learning. CS 7641 takes a top-down approach to learning Machine Learning, whereby students are encouraged to find existing implementations of the algorithms discussed and apply them to gain a feel for their overall properties and pitfalls. While Python implementations for Supervised Learning are well represented ([scikit-learn](https://scikit-learn.org/)) and a student-driven project for Randomized Optimization and Search ([mlrose](https://mlrose.readthedocs.io/)) is available, robust and well-commented implementations for simple Reinforcement Learning were less ubiquitous. This package attempts to fill that void.\n\nInstallation Instructions\n-------------------------\n\nlrl is accessible using pip\n\n```\npip install lrl\n```\n\nor, you can pull the source to your working directory so you can play along at home\n\n```\ngit clone https://github.com/ca-scribner/lrl.git lrl\npip install -e lrl\n```\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ca-scribner/lrl", "keywords": "", "license": "BSD 3", "maintainer": "", "maintainer_email": "", "name": "lrl", "package_url": "https://pypi.org/project/lrl/", "platform": "", "project_url": "https://pypi.org/project/lrl/", "project_urls": { "Homepage": "https://github.com/ca-scribner/lrl" }, "release_url": "https://pypi.org/project/lrl/1.0.0/", "requires_dist": [ "gym (>=0.12.1)", "matplotlib (>=3.0.3)", "ipython (>=7.5.0)", "pandas (>=0.24.2)", "scikit-learn (>=0.20.3)" ], "requires_python": ">3.6", "summary": "lrl: Learn Reinforcement Learning", "version": "1.0.0" }, "last_serial": 5459092, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "106222fb1e23680d556b8620d49d5eb6", "sha256": "84ec32ee12d41c25c9f8d20330291d86ece43fa25d264c30d8e405c4f6365516" }, "downloads": -1, "filename": "lrl-0.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "106222fb1e23680d556b8620d49d5eb6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.5", "size": 49919, "upload_time": "2019-06-25T16:09:24", "url": "https://files.pythonhosted.org/packages/54/4e/f3bbc4b2d206ad0b4f4487131679560118211d635039a41fcf12fd3d35a4/lrl-0.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1489a218b4e6d70a6524a4501d0545c", "sha256": "0f57d5b2d8662a1c96fbd3eb44003e2396e68a8c665ec1b3b4c18c95e910012c" }, "downloads": -1, "filename": "lrl-0.1.2.tar.gz", "has_sig": false, "md5_digest": "d1489a218b4e6d70a6524a4501d0545c", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.5", "size": 43247, "upload_time": "2019-06-25T16:09:26", "url": "https://files.pythonhosted.org/packages/50/e1/e7174cdabba196ebfacbf667d9f8863742999af8a06043efc4d9d150fc0b/lrl-0.1.2.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "3acdbf4b106c42677f2c13a68da797b0", "sha256": "e334f1b0cbf04d8b4f33acf3f11c762050e2b34bd8e9863bb9657113baf5fc28" }, "downloads": -1, "filename": "lrl-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3acdbf4b106c42677f2c13a68da797b0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.6", "size": 50918, "upload_time": "2019-06-27T21:45:30", "url": "https://files.pythonhosted.org/packages/de/b7/e7dd18fc4fc94e7efae209d81d156e77a0abd7d786a56025d7a53cd48726/lrl-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1935d0fa578e085e6efe067632c0d697", "sha256": "eab004a4f90b2e0f2ebe4aabc4498d39f695441d1d68c3cba4bf4bc4914e2403" }, "downloads": -1, "filename": "lrl-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1935d0fa578e085e6efe067632c0d697", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.6", "size": 43292, "upload_time": "2019-06-27T21:45:32", "url": "https://files.pythonhosted.org/packages/79/5f/54fc710aed3e72615a550a1f517e48e8c71bf2ad5278c72af601e60ce4ca/lrl-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3acdbf4b106c42677f2c13a68da797b0", "sha256": "e334f1b0cbf04d8b4f33acf3f11c762050e2b34bd8e9863bb9657113baf5fc28" }, "downloads": -1, "filename": "lrl-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "3acdbf4b106c42677f2c13a68da797b0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">3.6", "size": 50918, "upload_time": "2019-06-27T21:45:30", "url": "https://files.pythonhosted.org/packages/de/b7/e7dd18fc4fc94e7efae209d81d156e77a0abd7d786a56025d7a53cd48726/lrl-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1935d0fa578e085e6efe067632c0d697", "sha256": "eab004a4f90b2e0f2ebe4aabc4498d39f695441d1d68c3cba4bf4bc4914e2403" }, "downloads": -1, "filename": "lrl-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1935d0fa578e085e6efe067632c0d697", "packagetype": "sdist", "python_version": "source", "requires_python": ">3.6", "size": 43292, "upload_time": "2019-06-27T21:45:32", "url": "https://files.pythonhosted.org/packages/79/5f/54fc710aed3e72615a550a1f517e48e8c71bf2ad5278c72af601e60ce4ca/lrl-1.0.0.tar.gz" } ] }