Skip to content
This repository was archived by the owner on Aug 15, 2026. It is now read-only.

Commit 058bf29

Browse files
committed
mlpro-gt init docstring
1 parent 82fc3c5 commit 058bf29

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/mlpro/gt/__init__.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
"""
22
### MLPro-GT – Game Theory (`mlpro.gt`)
33
4+
This sub-framework provides model classes and tools for Game Theory, focusing on both dynamic and native game theory tasks.
5+
It enables the modeling, analysis, and solution of game-theoretic problems within the MLPro ecosystem.
6+
7+
MLPro-GT is organized into the following sub-modules:
8+
9+
- **Dynamic Games** (`mlpro.gt.dynamicgames`):
10+
- :mod:`mlpro.gt.dynamicgames.basics` – Model classes for tasks related to Game Theory in dynamic games
11+
- :mod:`mlpro.gt.dynamicgames.potential` – Model classes for Potential Games in dynamic programming
12+
- :mod:`mlpro.gt.dynamicgames.stackelberg` – Model classes for Stackelberg Games in dynamic programming
13+
14+
- **Native Game Theory** (`mlpro.gt.native`):
15+
- :mod:`mlpro.gt.native` – Model classes for tasks related to native game theory
16+
417
---
518
619
**Learn more:** `MLPro-GT documentation <https://mlpro.readthedocs.io/en/latest/content/03_machine_learning/mlpro_gt/main.html>`_

0 commit comments

Comments
 (0)