Metadata-Version: 2.1
Name: pymasep
Version: 0.1
Summary: Multiagent system engine plateform library in python
Author: Julien Laumônier
Author-email: Julien Laumonier <laumonierjulien@gmail.com>
Project-URL: Homepage, https://gitlab.com/jlaumonier/pymas
Project-URL: Bug Tracker, https://gitlab.com/jlaumonier/pymas/-/issues
Project-URL: Documentation, https://pymas.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Pymasep v0.1

Python MultiAgent System Engine Plateform.

This library is used to create (simple) games or Markov games for reinforcement learning. See https://gitlab.com/jlaumonier/pymas-examples and https://gitlab.com/jlaumonier/encartgames for examples of this library.
It is mainly a tool for proof of concepts and improving my development skills.

see https://pymasep.readthedocs.io for complete documentation

Do not hesitate to comment/open issues if you think this tool can be more helpful.
