Metadata-Version: 2.1 Name: anvilrl Version: 0.4.0 Summary: Adaptable tools to make reinforcement learning algorithms License: MIT Author: Rohan Tangri Author-email: rohan.tangri@gmail.com Requires-Python: >=3.7,<3.10 Classifier: License :: OSI Approved :: MIT License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Requires-Dist: gym (>=0.19.0,<0.20.0) Requires-Dist: matplotlib (>=3.5.0,<4.0.0) Requires-Dist: numpy (>=1.20.3,<2.0.0) Requires-Dist: psutil (>=5.8.0,<6.0.0) Requires-Dist: scikit-learn (>=1.0.1,<2.0.0) Requires-Dist: tensorboard (>=2.7.0,<3.0.0) Requires-Dist: torch (>=1.9.0,<2.0.0)