{ "info": { "author": "AscentAI", "author_email": "dev@ascent.ai", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "# Flatlands Driving Simulator for OpenAI Gym\n\n## Ascent Robotics\n\nFlatlands is a simple gym compatible simulator for a car driving around a track. It is tested with Python3, and Windows/ Ubuntu.\n\n- To use it, clone this repo to your computer with:\n```shell-script\ngit clone git@github.com:ascentai/flatlands-gym.git && cd flatlands-gym\n```\n\n- Then install the dependencies with:\n```shell-script\npip install -e .\n```\n> Flatlands uses `pygame` for visualization, so if this doesn't work, you may need to install the SDL library on your system as well.\n\n- To create a gym environment you need to import `gym` and then import `flatlands` inside python\n```python\nimport gym\nimport flatlands\n\nenv = gym.make(\"Flatlands-v0\")\n```\n\nFor a more in depth example, see [demo_flatlands.py](demo_flatlands.py) which drives that car based on the steering angle compared to upcoming points.", "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/ascentai/flatlands-gym", "keywords": "driving simulation gym", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "flatlands", "package_url": "https://pypi.org/project/flatlands/", "platform": "", "project_url": "https://pypi.org/project/flatlands/", "project_urls": { "Homepage": "https://github.com/ascentai/flatlands-gym" }, "release_url": "https://pypi.org/project/flatlands/0.1.8/", "requires_dist": null, "requires_python": ">=3", "summary": "Flatlands simple on-track driving simulator with physics", "version": "0.1.8" }, "last_serial": 3754715, "releases": { "0.1.8": [ { "comment_text": "", "digests": { "md5": "4f5319310078fe3b90a35bc9d357c8ea", "sha256": "d58f2d6b62eb6b87ddf9832efa94ec0b10378b6373ef1037e28629a2ad122543" }, "downloads": -1, "filename": "flatlands-0.1.8.tar.gz", "has_sig": false, "md5_digest": "4f5319310078fe3b90a35bc9d357c8ea", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 25968, "upload_time": "2018-04-11T08:23:40", "url": "https://files.pythonhosted.org/packages/38/7a/c8dd4c8b4dfbe96a4efae235b2a9665cf17b499091cea439c63ef946562a/flatlands-0.1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f5319310078fe3b90a35bc9d357c8ea", "sha256": "d58f2d6b62eb6b87ddf9832efa94ec0b10378b6373ef1037e28629a2ad122543" }, "downloads": -1, "filename": "flatlands-0.1.8.tar.gz", "has_sig": false, "md5_digest": "4f5319310078fe3b90a35bc9d357c8ea", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 25968, "upload_time": "2018-04-11T08:23:40", "url": "https://files.pythonhosted.org/packages/38/7a/c8dd4c8b4dfbe96a4efae235b2a9665cf17b499091cea439c63ef946562a/flatlands-0.1.8.tar.gz" } ] }