MushroomRL is a Python Reinforcement Learning (RL) library whose modularity allows to easily use well-known Python libraries for tensor computation (e.g. PyTorch, Tensorflow) and RL benchmarks (e.g. OpenAI Gym, PyBullet, Deepmind Control Suite). It allows to perform RL experiments in a simple way providing classical RL algorithms (e.g. Q-Learning, SARSA, FQI), and deep RL algorithms (e.g. DQN, DDPG, SAC, TD3, TRPO, PPO). Full documentation available at http://mushroomrl.readthedocs.io/en/latest/.
Raw data
{
"_id": null,
"home_page": "https://github.com/MushroomRL/mushroom-rl",
"name": "mushroom-rl",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Carlo D'Eramo, Davide Tateo",
"author_email": "carlo.deramo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/49/c4/58c7f28d40102df3ca6b7a4dfe8e6903e5315f3ae4d0131cdf01c0b69b4e/mushroom-rl-1.10.0.post2.tar.gz",
"platform": null,
"description": "MushroomRL is a Python Reinforcement Learning (RL) library whose modularity allows to easily use well-known Python libraries for tensor computation (e.g. PyTorch, Tensorflow) and RL benchmarks (e.g. OpenAI Gym, PyBullet, Deepmind Control Suite). It allows to perform RL experiments in a simple way providing classical RL algorithms (e.g. Q-Learning, SARSA, FQI), and deep RL algorithms (e.g. DQN, DDPG, SAC, TD3, TRPO, PPO). Full documentation available at http://mushroomrl.readthedocs.io/en/latest/.",
"bugtrack_url": null,
"license": "MIT",
"summary": "A Python library for Reinforcement Learning experiments.",
"version": "1.10.0.post2",
"project_urls": {
"Homepage": "https://github.com/MushroomRL/mushroom-rl"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "49c458c7f28d40102df3ca6b7a4dfe8e6903e5315f3ae4d0131cdf01c0b69b4e",
"md5": "403559e1dee76088806ba8f9435645a9",
"sha256": "b06d3b8c5a5a07c5770715d9611d6ceca07f02274e5cf7308b5abd8634490c17"
},
"downloads": -1,
"filename": "mushroom-rl-1.10.0.post2.tar.gz",
"has_sig": false,
"md5_digest": "403559e1dee76088806ba8f9435645a9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1628660,
"upload_time": "2023-10-30T14:37:02",
"upload_time_iso_8601": "2023-10-30T14:37:02.668974Z",
"url": "https://files.pythonhosted.org/packages/49/c4/58c7f28d40102df3ca6b7a4dfe8e6903e5315f3ae4d0131cdf01c0b69b4e/mushroom-rl-1.10.0.post2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-30 14:37:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "MushroomRL",
"github_project": "mushroom-rl",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "numpy",
"specs": []
},
{
"name": "scipy",
"specs": []
},
{
"name": "scikit-learn",
"specs": []
},
{
"name": "matplotlib",
"specs": []
},
{
"name": "joblib",
"specs": []
},
{
"name": "tqdm",
"specs": []
},
{
"name": "pygame",
"specs": []
},
{
"name": "opencv-python",
"specs": [
[
">=",
"4.7"
]
]
},
{
"name": "torch",
"specs": []
},
{
"name": "pytest",
"specs": []
}
],
"lcname": "mushroom-rl"
}