Metadata-Version: 2.1
Name: pymasep
Version: 0.2
Summary: Multiagent system engine plateform library in python
Author-email: Julien Laumonier <laumonierjulien@gmail.com>
Project-URL: Homepage, https://gitlab.com/jlaumonier/pymasep
Project-URL: Bug Tracker, https://gitlab.com/jlaumonier/pymasep/-/issues
Project-URL: Documentation, https://pymasep.readthedocs.io/en/latest/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pygame-ce~=2.5.0
Requires-Dist: pygame_gui==0.6.12
Requires-Dist: networkx[default]~=3.3
Requires-Dist: networkx-query~=2.1.0
Requires-Dist: omegaconf~=2.3.0
Requires-Dist: hydra-core~=1.3.2
Requires-Dist: Unidecode~=1.3.8
Requires-Dist: opencv-python~=4.10.0.84
Requires-Dist: pytest==7.3.2
Requires-Dist: setuptools

# Pymasep v0.2

Python MultiAgent System Engine Plateform.

This library is used to create (simple) games or Markov games for reinforcement learning. 

Pymasep a kind of game engine with different concepts from traditional game engine. Mainly, this tool is not based on representing the world from video/display perspectives but with object concepts that can be displayed later with different approaches. It is mainly a tool for proof of concepts and improving my development skills.

See https://gitlab.com/jlaumonier/pymas-examples and https://gitlab.com/jlaumonier/encartgames for examples of this library.

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

Do not hesitate to comment/open issues to improve this tool to be more useful for other use cases.
