# MPE2
## Installation Steps
```bash
# create venv
conda create -n mpe2_env python=3.10
conda activate mpe2_env
# clone repo
git clone https://github.com/Farama-Foundation/MPE2.git
# for development
python3 -m pip install -e .[testing, documentation]
# for usage
python3 -m pip install -e .
```
Raw data
{
"_id": null,
"home_page": null,
"name": "mpe2",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Reinforcement Learning, game, RL, AI, gymnasium",
"author": null,
"author_email": "Farama Foundation <contact@farama.org>",
"download_url": "https://files.pythonhosted.org/packages/27/83/8a302487d9ac97f2f6ee187e274c1f8f409ee85d0ea5e5bc4ec0b29849ee/mpe2-0.0.1.tar.gz",
"platform": null,
"description": "# MPE2\n\n## Installation Steps\n\n```bash\n# create venv\nconda create -n mpe2_env python=3.10\nconda activate mpe2_env\n\n# clone repo\ngit clone https://github.com/Farama-Foundation/MPE2.git\n\n# for development\npython3 -m pip install -e .[testing, documentation]\n\n# for usage\npython3 -m pip install -e .\n```\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Multi Particle Environments Version 2",
"version": "0.0.1",
"project_urls": null,
"split_keywords": [
"reinforcement learning",
" game",
" rl",
" ai",
" gymnasium"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ad2fc520413c6bca7e57fd1eb9ebc35e97870d39637549cf18d67d8e834d54f3",
"md5": "0fa627a9cba3b2ab7bdbe8c74a9b5758",
"sha256": "9911376a0b1271a44fdcae87ea78df2117e93cd55cf810fdedb1f71c1879035a"
},
"downloads": -1,
"filename": "mpe2-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0fa627a9cba3b2ab7bdbe8c74a9b5758",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 39045,
"upload_time": "2024-08-18T21:22:11",
"upload_time_iso_8601": "2024-08-18T21:22:11.559894Z",
"url": "https://files.pythonhosted.org/packages/ad/2f/c520413c6bca7e57fd1eb9ebc35e97870d39637549cf18d67d8e834d54f3/mpe2-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "27838a302487d9ac97f2f6ee187e274c1f8f409ee85d0ea5e5bc4ec0b29849ee",
"md5": "f01fe316759ba1f7bf07103739a31606",
"sha256": "1acb2c1fe1276b8b0e65ab18ebe73abb50dd05a12222d9bdc3b4adfe347a38e1"
},
"downloads": -1,
"filename": "mpe2-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "f01fe316759ba1f7bf07103739a31606",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 24828,
"upload_time": "2024-08-18T21:22:12",
"upload_time_iso_8601": "2024-08-18T21:22:12.932793Z",
"url": "https://files.pythonhosted.org/packages/27/83/8a302487d9ac97f2f6ee187e274c1f8f409ee85d0ea5e5bc4ec0b29849ee/mpe2-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-18 21:22:12",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "mpe2"
}