{ "info": { "author": "bboyseiok", "author_email": "bboyseiok@deepest.ai", "bugtrack_url": null, "classifiers": [], "description": "pysc1 : The StarCraft I Learning Environment\n============================================\n\n\nThis package is currently in enthusiastic development. Just wait a sec.\nMeanwhile, refer to https://github.com/bboyseiok/pysc1-gym for now.\n\nThis project is also registered on pypi : https://pypi.org/project/pysc1/\nI'll be waiting for the people who share the same interest and wants to build on the project!\n\nThank you.\n\nPysc1-gym\n=========\n\nInstalling and managing Starcraft I learning environment can be tedious and full of errors. Here, I present to you packaged way of running a nice Starcraft I gym simulation in your laptop or some clusters.\n\nI was using Windows 10 while making this work, so the instructions are made in reference to the Windows system. \n\n\"OpenAI Gym\" like code for Starcraft I\n--------------------------------------\n\nAfter the Environment is set, you can access the features of Starcraft I just like in OpenAI Gym:\n\n.. code:: python\n\n env = sc.SingleBattleEnv(args.ip, args.port)\n env.seed(777)\n agent = RandomAgent(env.action_space)\n \n episodes = 0\n while episodes < 100:\n obs = env._reset()\n done = False\n while not done:\n action = agent.act()\n obs, reward, done, info = env._step(action)\n episodes += 1\n \n env.close()\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/bboyseiok/pysc1", "keywords": "", "license": "BSP", "maintainer": "", "maintainer_email": "", "name": "pysc1", "package_url": "https://pypi.org/project/pysc1/", "platform": "", "project_url": "https://pypi.org/project/pysc1/", "project_urls": { "Homepage": "https://github.com/bboyseiok/pysc1" }, "release_url": "https://pypi.org/project/pysc1/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "StarCraft I Learning Environment", "version": "0.0.4" }, "last_serial": 3797609, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "ae513ae6907a115bff75d8417dd676ef", "sha256": "942513f5fc02dd8675094ac68a66b290e0a75c52d7979066a5e44a6700c4e5e7" }, "downloads": -1, "filename": "pysc1-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ae513ae6907a115bff75d8417dd676ef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 972, "upload_time": "2018-04-17T06:06:46", "url": "https://files.pythonhosted.org/packages/66/0c/e4e53ab3641423f44bdcd1379928d8bc9fc172b26f921a9f588816111efe/pysc1-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "dbcf31d0694207240c37a0522ff5bcaf", "sha256": "1dfb6b50c776c58c6842a4dd134be71be1e60a805c937035519ec665091b80c6" }, "downloads": -1, "filename": "pysc1-0.0.2.tar.gz", "has_sig": false, "md5_digest": "dbcf31d0694207240c37a0522ff5bcaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2556, "upload_time": "2018-04-17T06:15:57", "url": "https://files.pythonhosted.org/packages/ad/71/f6653969bdb11d5549fe5a04220989eae9a235718c7eeb807c6c322a9ab2/pysc1-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "f7d044e36064cb1f23b2b4aeb08c8748", "sha256": "10452ef6f84d97688ad7f7e2db6b4beb56758cbd53d48a86cf72563a84ae565c" }, "downloads": -1, "filename": "pysc1-0.0.3.tar.gz", "has_sig": false, "md5_digest": "f7d044e36064cb1f23b2b4aeb08c8748", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3257, "upload_time": "2018-04-23T08:33:32", "url": "https://files.pythonhosted.org/packages/f9/79/ed369ce81acbafe3afeb5b400e43bb1695ccc449cbe1d6c179fe0d9a14b1/pysc1-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "f7948add87abd18e7b4d4f10182c11de", "sha256": "d298edc600d8749be78f4879b8c905db16b518668875bc2f9eeebd5f7aec3548" }, "downloads": -1, "filename": "pysc1-0.0.4.tar.gz", "has_sig": false, "md5_digest": "f7948add87abd18e7b4d4f10182c11de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2894, "upload_time": "2018-04-23T08:38:05", "url": "https://files.pythonhosted.org/packages/da/5e/567aeb04b24ce5337e280f61778bc860527506438cd7e4fa877a4c45983a/pysc1-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7948add87abd18e7b4d4f10182c11de", "sha256": "d298edc600d8749be78f4879b8c905db16b518668875bc2f9eeebd5f7aec3548" }, "downloads": -1, "filename": "pysc1-0.0.4.tar.gz", "has_sig": false, "md5_digest": "f7948add87abd18e7b4d4f10182c11de", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2894, "upload_time": "2018-04-23T08:38:05", "url": "https://files.pythonhosted.org/packages/da/5e/567aeb04b24ce5337e280f61778bc860527506438cd7e4fa877a4c45983a/pysc1-0.0.4.tar.gz" } ] }