{ "info": { "author": "Kenneth C. Enevoldsen and Peter T. Waade", "author_email": "kennethcenevoldsen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "# tomsup: Theory of Mind Simulation using Python\nA Python Package for Agent Based simulations.\n\n\n[![PyPI Version](link missing)\n![Python Versions](link missing)\n\nAn implementation of game theory of mind in a agent based framework following the implementation of [Devaine, et al. (2017)](http://dx.plos.org/10.1371/journal.pcbi.1005833).\n\n\n### References\n\n\n```bibtex\n@inproceedings{qi2018universal,\n author = {Enevoldsen and Waade},\n title = {Unknown},\n month = {Unkown},\n pages = {Unknown},\n publisher = {Unknown},\n title = {Unknown},\n url = {Unknown},\n year = {2019}\n}\n```\n\n## Issues and Usage Q&A\n\nTo ask questions, report issues or request features, please use the [GitHub Issue Tracker](https://github.com/stanfordnlp/stanfordnlp/issues).\n\n## Setup\n\nStanfordNLP supports Python 3.6 or later. We strongly recommend that you install PACKAGENAME from PyPI. If you already have [pip installed](https://pip.pypa.io/en/stable/installing/), simply run:\n```bash\npip3 install tomsup\n```\n\nOr to install it from github run\n```bash\ngit clone https://github.com/KennethEnevoldsen/tomsup.git\ncd tomsup\npip3 install -e .\n```\n\n## Getting Started with PACKAGENAME\n\n```python\n>>> import tomsup\n>>> \n```\n\nThe output should look something like:\n\n```\n('Barack', '200000', 'sampleoutput')\n```\n\n**Note:** There is probably things you would want to write a note on.\n\n\nSee [our getting started guide](https://stanfordnlp.github.io/stanfordnlp/installation_usage.html#getting-started) for more details.\n\n### A todolist:\n\nNeed to have\n- rework of WSLS\n\nNice to have:\n- Smart initialize ToM\n- reinforcement learner agent\n\n\n\n## LICENSE\n\ntomsup is released under the Apache [License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).", "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/KennethEnevoldsen/tomsup", "keywords": "theory-of-mind tom game-theory", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "tomsup", "package_url": "https://pypi.org/project/tomsup/", "platform": "", "project_url": "https://pypi.org/project/tomsup/", "project_urls": { "Homepage": "https://github.com/KennethEnevoldsen/tomsup" }, "release_url": "https://pypi.org/project/tomsup/1.0/", "requires_dist": null, "requires_python": "", "summary": "An implementation of game theory of mind in a agent based framework following the implementation of Devaine, et al. (2017).", "version": "1.0" }, "last_serial": 5714282, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "56171e2504de74a4a092ebacecb5d510", "sha256": "692671a2cd6fdbd339f59562b16767064f5ce7ba61f49c8bf4334ec6cbcba10a" }, "downloads": -1, "filename": "tomsup-1.0.tar.gz", "has_sig": false, "md5_digest": "56171e2504de74a4a092ebacecb5d510", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7535, "upload_time": "2019-08-22T09:57:36", "url": "https://files.pythonhosted.org/packages/85/0d/57ed08b352cac0fa1c511d74a30ffcd75196ae66b384c705df2f7f390638/tomsup-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "56171e2504de74a4a092ebacecb5d510", "sha256": "692671a2cd6fdbd339f59562b16767064f5ce7ba61f49c8bf4334ec6cbcba10a" }, "downloads": -1, "filename": "tomsup-1.0.tar.gz", "has_sig": false, "md5_digest": "56171e2504de74a4a092ebacecb5d510", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7535, "upload_time": "2019-08-22T09:57:36", "url": "https://files.pythonhosted.org/packages/85/0d/57ed08b352cac0fa1c511d74a30ffcd75196ae66b384c705df2f7f390638/tomsup-1.0.tar.gz" } ] }