{ "info": { "author": "lusob", "author_email": "luis@sobrecueva.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Artificial Intelligence" ], "description": "gym-ple\n******\n\nPyGame Learning Environment (PLE) is a learning environment, mimicking the Arcade Learning Environment interface, allowing a quick start to Reinforcement Learning in Python. \nThe goal of PLE is allow practitioners to focus design of models and experiments instead of environment design.\nThis package allows to use PLE as a gym environment.\n\nInstalling everything\n---------------------\ngym_ple requires PLE, to install PLE clone the repo and install with pip.\n\n.. code:: shell\n\n git clone https://github.com/ntasfi/PyGame-Learning-Environment.git\n cd PyGame-Learning-Environment/\n pip install -e .\n\n\nPLE requires PyGame installed:\n\nOn OSX:\n\n.. code:: shell\n\n brew install sdl sdl_ttf sdl_image sdl_mixer portmidi # brew or use equivalent means\n conda install -c tlatorre pygame=1.9.2 # using Anaconda\n\nOn Ubuntu 14.04:\n\n.. code:: shell\n\n apt-get install -y python-pygame\n\nMore configurations and installation details on: http://www.pygame.org/wiki/GettingStarted#Pygame%20Installation\n\nAnd finally clone and install this package\n\n.. code:: shell\n\n git clone https://github.com/lusob/gym-ple.git \n cd gym-ple/\n pip install -e .\n\nYou also can install it from PyPi:\n\n.. code:: shell\n\n pip install gym_ple \n\n\nExample\n=======\n\nRun ``python example.py`` file to play a PLE game (flappybird) with a random_agent (you need to have installed openai gym).\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lusob/gym-ple", "keywords": "AI", "license": "", "maintainer": "", "maintainer_email": "", "name": "gym_ple", "package_url": "https://pypi.org/project/gym_ple/", "platform": "", "project_url": "https://pypi.org/project/gym_ple/", "project_urls": { "Homepage": "https://github.com/lusob/gym-ple" }, "release_url": "https://pypi.org/project/gym_ple/0.3/", "requires_dist": null, "requires_python": "", "summary": "This package allows to use PLE as a gym environment.", "version": "0.3" }, "last_serial": 3953262, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3d2409799b716e62f30b02fa60d25ead", "sha256": "40b23c5574445418ff1065aab92b7a2426bcb42d74b51b0493c414be9631ae75" }, "downloads": -1, "filename": "gym_ple-0.1.tar.gz", "has_sig": false, "md5_digest": "3d2409799b716e62f30b02fa60d25ead", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3993, "upload_time": "2018-06-12T09:23:29", "url": "https://files.pythonhosted.org/packages/e6/19/09720da4531a30ef76c3ad510f98089e1841e991345f7fffb29aad538616/gym_ple-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0b9e5e5b59e69e5430999753462dc451", "sha256": "d0531b86fb64fd79f652b212afdf30a3e97765ac1863aeaa5ffddecf6f7e5764" }, "downloads": -1, "filename": "gym_ple-0.2.tar.gz", "has_sig": false, "md5_digest": "0b9e5e5b59e69e5430999753462dc451", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4032, "upload_time": "2018-06-12T09:27:10", "url": "https://files.pythonhosted.org/packages/7d/c5/b0bf82f4a84a36bf602ba8880eb3d1bde363b135243474a6897d203248d5/gym_ple-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "d932b766cd4e72353b228f0fa1fb087d", "sha256": "4a17fdb9d83b481b7d2859c62836783914ad2f51d439b06270b18ac528efa290" }, "downloads": -1, "filename": "gym_ple-0.3.tar.gz", "has_sig": false, "md5_digest": "d932b766cd4e72353b228f0fa1fb087d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4033, "upload_time": "2018-06-12T09:30:16", "url": "https://files.pythonhosted.org/packages/0d/d6/41e3510bf943a6383b89d1b3db785efbd2c63c55ac2947a4ba31bf9c9009/gym_ple-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d932b766cd4e72353b228f0fa1fb087d", "sha256": "4a17fdb9d83b481b7d2859c62836783914ad2f51d439b06270b18ac528efa290" }, "downloads": -1, "filename": "gym_ple-0.3.tar.gz", "has_sig": false, "md5_digest": "d932b766cd4e72353b228f0fa1fb087d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4033, "upload_time": "2018-06-12T09:30:16", "url": "https://files.pythonhosted.org/packages/0d/d6/41e3510bf943a6383b89d1b3db785efbd2c63c55ac2947a4ba31bf9c9009/gym_ple-0.3.tar.gz" } ] }