{ "info": { "author": "Alexander Shmakov", "author_email": "alexanders101@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "## Codebase for the UCI multi agent reinforcement learning framework\n\nA framework for developing large multiplayer reinforcement learning agents that can play free-for-all games. Currently available games are:\n\n- Tron: A simple snake-like game where the goal is not to crash into the walls.\n- Blokus: A board game of controlling territory with various shaped blocks.\n- Tic Tac Toe: Generalization of tic tac toe to 2, 3, and 4 players.\n\n\n## Requirements\nThis library requires at least Python 3.6 in order to run correctly.\nPython 2.7 is not currently supported.\n\n\nBasic requirements are listed in the `requirements.txt` and can be installed from PyPi with\n`pip install -r requirements.txt`.\n\n## Install\nSimply run `pip install colosseumrl` in order to install the latest stable version from Pypi.\n\n## Important scripts\n`python3 -m colosseumrl.matchmaking.MatchmakingServer` launches the main matchmaking\nserver for allowing any number of agents to play against each other in a dynamic\nway. Run `python -m rlcompetition.matchmaking.MatchmakingServer -h` for\nmore information. \n\n`./colosseumrl/examples` contains a list of example scripts that will connect\nto a matchmaking server and launch an example agent.", "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/colosseumrl/Colosseum", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "colosseumrl", "package_url": "https://pypi.org/project/colosseumrl/", "platform": "", "project_url": "https://pypi.org/project/colosseumrl/", "project_urls": { "Homepage": "https://github.com/colosseumrl/Colosseum" }, "release_url": "https://pypi.org/project/colosseumrl/1.0.6/", "requires_dist": null, "requires_python": "", "summary": "UC Irvine multi-agent reinforcement learning framework", "version": "1.0.6" }, "last_serial": 5956149, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "067a1890fdf1ac6e9bdc6a5c06c072a9", "sha256": "182babeb1e11d40e3ed679d8c8f3ef2e6c98de99d5e16591ab7f39b3281721c9" }, "downloads": -1, "filename": "colosseumrl-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "067a1890fdf1ac6e9bdc6a5c06c072a9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 64223, "upload_time": "2019-05-30T23:43:27", "url": "https://files.pythonhosted.org/packages/ba/a4/ee927ff30aa8badc362bb25bab4ddb28ef5a5b7c6a57f60e67bc36aa6ba1/colosseumrl-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c1db9759d220214f39a0c8c43716c52a", "sha256": "d577ae7899a4118dde76aba15f954b6620243192242e7381ff2df79dd7ffdc9f" }, "downloads": -1, "filename": "colosseumrl-1.0.0.tar.gz", "has_sig": false, "md5_digest": "c1db9759d220214f39a0c8c43716c52a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41479, "upload_time": "2019-05-30T23:43:29", "url": "https://files.pythonhosted.org/packages/9d/51/60e85739b2c5b04d867ca7c50e78bcfeed2fa94015aeee69166f650857e6/colosseumrl-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "790e0d12e7f6ef49601afc9cd2f5ef79", "sha256": "40fe9c8821b9df01b25727dd4d9b4bd2f364d94c632d4574ca62fc12d2068f63" }, "downloads": -1, "filename": "colosseumrl-1.0.1.tar.gz", "has_sig": false, "md5_digest": "790e0d12e7f6ef49601afc9cd2f5ef79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143724, "upload_time": "2019-05-31T01:27:59", "url": "https://files.pythonhosted.org/packages/d2/92/7a183345a09fa0cd775a92c4a774f0aa3bd8dfa395b7da0a6a7e2154ac34/colosseumrl-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "5bb192c1f06d5c6076c424af5030446c", "sha256": "c4074119b7432d5cd53489a646d0e146387c36ef7710c6c45624041981f5fc3b" }, "downloads": -1, "filename": "colosseumrl-1.0.2.tar.gz", "has_sig": false, "md5_digest": "5bb192c1f06d5c6076c424af5030446c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 143717, "upload_time": "2019-05-31T01:29:57", "url": "https://files.pythonhosted.org/packages/67/73/87a6940f0294ec0348da5b7c3d87572bc3081a0414d30b7152a5988f3b25/colosseumrl-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "50264311472ef7a47852cd366cb4c493", "sha256": "ae9ba6b502ad7abe7c3fed0ef926fad5fb51f71960d6dcbba755203f85e164ef" }, "downloads": -1, "filename": "colosseumrl-1.0.3.tar.gz", "has_sig": false, "md5_digest": "50264311472ef7a47852cd366cb4c493", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 148753, "upload_time": "2019-06-02T05:07:13", "url": "https://files.pythonhosted.org/packages/6b/a0/8d2a7c83d887d10233f23bb15c2725f4579329101ff5304f70877ecd4c23/colosseumrl-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "c77fcb60069666fe418283c47dfd66c4", "sha256": "a85ccfca8a44cd4875dca7a099c7716a27e7ec2d4ba5a0172523cddd20bb6c92" }, "downloads": -1, "filename": "colosseumrl-1.0.4-cp37-cp37m-macosx_10_14_x86_64.whl", "has_sig": false, "md5_digest": "c77fcb60069666fe418283c47dfd66c4", "packagetype": "bdist_wheel", "python_version": "cp37", "requires_python": null, "size": 136627, "upload_time": "2019-06-04T00:09:51", "url": "https://files.pythonhosted.org/packages/dc/dc/8eb99d2771b34c23f1b9cc236d357dbb7a9c1d3a1e008a62d6d0315b7a47/colosseumrl-1.0.4-cp37-cp37m-macosx_10_14_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "301ead90f3993258429b8f0182fa9998", "sha256": "afcb36ec663b713f53dbc3a67352e1bee722dd3b2a4e9e37e57873fce9f3fac2" }, "downloads": -1, "filename": "colosseumrl-1.0.4.tar.gz", "has_sig": false, "md5_digest": "301ead90f3993258429b8f0182fa9998", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 149613, "upload_time": "2019-06-04T00:00:26", "url": "https://files.pythonhosted.org/packages/f8/21/046424396f637e87d2038517cb32c701f7274e211cb8f99ec244f8042fc7/colosseumrl-1.0.4.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "3448bf7ef7bf7634e6f0dbc4da72251e", "sha256": "774c0acfbb719fdfcc677bfccd18e6056fa517c2c05c7572309f42e964edd00a" }, "downloads": -1, "filename": "colosseumrl-1.0.6.tar.gz", "has_sig": false, "md5_digest": "3448bf7ef7bf7634e6f0dbc4da72251e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152292, "upload_time": "2019-10-10T17:58:23", "url": "https://files.pythonhosted.org/packages/ef/f1/e81860feee23d6adc648a1c419a0ee24dc07213d4a2d825e898b75f1ceca/colosseumrl-1.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3448bf7ef7bf7634e6f0dbc4da72251e", "sha256": "774c0acfbb719fdfcc677bfccd18e6056fa517c2c05c7572309f42e964edd00a" }, "downloads": -1, "filename": "colosseumrl-1.0.6.tar.gz", "has_sig": false, "md5_digest": "3448bf7ef7bf7634e6f0dbc4da72251e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 152292, "upload_time": "2019-10-10T17:58:23", "url": "https://files.pythonhosted.org/packages/ef/f1/e81860feee23d6adc648a1c419a0ee24dc07213d4a2d825e898b75f1ceca/colosseumrl-1.0.6.tar.gz" } ] }