PyDiffGame 2.0.1__py3-none-any.whl → 2.0.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- PyDiffGame/__init__.py +5 -1
- {pydiffgame-2.0.1.dist-info → pydiffgame-2.0.3.dist-info}/METADATA +1 -1
- {pydiffgame-2.0.1.dist-info → pydiffgame-2.0.3.dist-info}/RECORD +5 -5
- {pydiffgame-2.0.1.dist-info → pydiffgame-2.0.3.dist-info}/WHEEL +0 -0
- {pydiffgame-2.0.1.dist-info → pydiffgame-2.0.3.dist-info}/licenses/LICENSE +0 -0
PyDiffGame/__init__.py
CHANGED
|
@@ -34,7 +34,9 @@ from PyDiffGame.discrete import DiscretePyDiffGame
|
|
|
34
34
|
from PyDiffGame.lqr import ContinuousLQR, DiscreteLQR
|
|
35
35
|
from PyDiffGame.objective import GameObjective, LQRObjective, Objective
|
|
36
36
|
|
|
37
|
-
__version__ = "2.0.
|
|
37
|
+
__version__ = "2.0.3"
|
|
38
|
+
__author__ = "Joshua Shay Kricheli"
|
|
39
|
+
__url__ = "https://github.com/krichelj/PyDiffGame"
|
|
38
40
|
|
|
39
41
|
__all__ = [
|
|
40
42
|
"PyDiffGame",
|
|
@@ -47,4 +49,6 @@ __all__ = [
|
|
|
47
49
|
"GameObjective",
|
|
48
50
|
"PyDiffGameLQRComparison",
|
|
49
51
|
"__version__",
|
|
52
|
+
"__author__",
|
|
53
|
+
"__url__",
|
|
50
54
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyDiffGame
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3
|
|
4
4
|
Summary: Nash-equilibrium solutions to linear-quadratic differential games, via a reduction of the Game Hamilton-Jacobi-Bellman equations to coupled algebraic and differential Riccati equations for multi-objective dynamical control systems.
|
|
5
5
|
Project-URL: Homepage, https://krichelj.github.io/PyDiffGame/
|
|
6
6
|
Project-URL: Repository, https://github.com/krichelj/PyDiffGame
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
PyDiffGame/__init__.py,sha256=
|
|
1
|
+
PyDiffGame/__init__.py,sha256=uSZ1hD44h_mFT5ntKCS2Dn8eQzg8PS62OFAu7UtSIdk,1777
|
|
2
2
|
PyDiffGame/_typing.py,sha256=HErUHmfzvkWLPWT1YJl_gpFYZctjkPqsnw3TeHuuggs,912
|
|
3
3
|
PyDiffGame/base.py,sha256=hurrmsjCRQ049rHQGDa78JUBkCbLs-ZufDF8eHW5oNk,17287
|
|
4
4
|
PyDiffGame/comparison.py,sha256=lJVhceZE7FqaNUGu8q1mA6GS0dbBwYFF1mHn0hzKuwM,4145
|
|
@@ -33,7 +33,7 @@ PyDiffGame/examples/figures/PVTOL/PVTOL1.png,sha256=FBgKQSal5ZNyBsGz4RaVye0HBBQU
|
|
|
33
33
|
PyDiffGame/examples/figures/PVTOL/PVTOL10.png,sha256=XyoLMz5WKfg3ny2JxVxVd1Mxjz9WQQn7N87-8YDLisY,77894
|
|
34
34
|
PyDiffGame/examples/figures/PVTOL/PVTOL100.png,sha256=wkMdqrn9hSsIdU-Yhiki3X2fQ7dRRkfLyvBCFx5cMWI,75698
|
|
35
35
|
PyDiffGame/examples/figures/PVTOL/PVTOL1000.png,sha256=Hg_hsf9gnc1HqC4JVjATVay7uDlnIqBRkG8lzpcfiZ0,77630
|
|
36
|
-
pydiffgame-2.0.
|
|
37
|
-
pydiffgame-2.0.
|
|
38
|
-
pydiffgame-2.0.
|
|
39
|
-
pydiffgame-2.0.
|
|
36
|
+
pydiffgame-2.0.3.dist-info/METADATA,sha256=q3cHReiTEUyIO6dR7uNuirLxqoXBAwdBgjhQ4giishA,20580
|
|
37
|
+
pydiffgame-2.0.3.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
38
|
+
pydiffgame-2.0.3.dist-info/licenses/LICENSE,sha256=IYfdsBdqL9SmCEWsXUBTYh303LOWQQRCOUOfZI7PWz8,1139
|
|
39
|
+
pydiffgame-2.0.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|