graph-games-proto 0.3.1710__py3-none-any.whl → 0.3.1712__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.
- graph_games_proto/__init__.py +1 -1
- graph_games_proto/fns.py +2 -2
- {graph_games_proto-0.3.1710.dist-info → graph_games_proto-0.3.1712.dist-info}/METADATA +1 -1
- graph_games_proto-0.3.1712.dist-info/RECORD +9 -0
- graph_games_proto-0.3.1710.dist-info/RECORD +0 -9
- {graph_games_proto-0.3.1710.dist-info → graph_games_proto-0.3.1712.dist-info}/WHEEL +0 -0
- {graph_games_proto-0.3.1710.dist-info → graph_games_proto-0.3.1712.dist-info}/top_level.txt +0 -0
graph_games_proto/__init__.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1
1
|
# __init__.py
|
2
2
|
from .main import hello
|
3
|
-
from .fns import get_deadlines, get_longest_path_length, get_max_allotted_times, get_legal_actions_for_path, find_player_with_longest_path, calc_player_graph,
|
3
|
+
from .fns import get_deadlines, get_longest_path_length, get_max_allotted_times, get_legal_actions_for_path, find_player_with_longest_path, calc_player_graph, get_edges, FrozenDek, QValueLearningPolicy, Action2, getnextstate2, isactionlegal2, LegalAction, AltAction, Fig, RandoPolicy, StaticBoardConfig, getplayerstate, autoplay, getstate, getpublicstate, generate_cards, PublicState, State, PlayerInfo, Action, Fig, get_imagined_state, getprivatescore, get_qvalue_trajectories, getnextaction, PlayerState, getnextstate, initfig, getavailablepathstatuses, initboardconfig, gettoplay, getlegalactionspecsforplayer, getcompletedroutes, getstateidx, isactionlegal, getpathstatus, printstate, getinitialstate, Card, PrivateState, getprivatestate, printaction, json_serializer, getrng, FrozenBoardConfig, initgameconfig, GameConfig
|
graph_games_proto/fns.py
CHANGED
@@ -1514,7 +1514,7 @@ class ActionMovePiecesToPathOptional(PClass):
|
|
1514
1514
|
|
1515
1515
|
|
1516
1516
|
class PublicLegalActionMovePiecesToPath(PClass):
|
1517
|
-
path_idx = field(type=
|
1517
|
+
path_idx = field(type=int)
|
1518
1518
|
def __todict__(self):
|
1519
1519
|
return {
|
1520
1520
|
"path_idx": self.path_idx,
|
@@ -1527,7 +1527,7 @@ class PublicLegalActionMovePiecesToPath(PClass):
|
|
1527
1527
|
|
1528
1528
|
|
1529
1529
|
class LegalActionMovePiecesToPath(PClass):
|
1530
|
-
path_idx = field(type=
|
1530
|
+
path_idx = field(type=int)
|
1531
1531
|
default = field(type=ActionMovePiecesToPathOptional) # Optional[MovePiecesToPathAction]
|
1532
1532
|
def get_public(self, state):
|
1533
1533
|
return PublicLegalActionMovePiecesToPath(
|
@@ -0,0 +1,9 @@
|
|
1
|
+
graph_games_proto/__init__.py,sha256=sI31dBPkrs_UHYsuc1Q2sdYkJfpVPKpB--FuqghA208,864
|
2
|
+
graph_games_proto/all_types.py,sha256=IpbwftEcHS5Ewz-saFNk0lO9FvcbuHG36odRTayCXUk,54911
|
3
|
+
graph_games_proto/fns.py,sha256=efiyGiV7JsgZq2PHERaX5vFBElbdGKBYBlq__xVRd9I,264059
|
4
|
+
graph_games_proto/main.py,sha256=fj2U7KcwrpZtuUhjOX5yVxY18LZvvsxDFYZ_S5mxe04,145
|
5
|
+
graph_games_proto/state.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
+
graph_games_proto-0.3.1712.dist-info/METADATA,sha256=KNsOxh-txRNWi3gVRUfrAVHM_L0icRPM0gR9W_yk5xw,188
|
7
|
+
graph_games_proto-0.3.1712.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
8
|
+
graph_games_proto-0.3.1712.dist-info/top_level.txt,sha256=-4QSrBMf_MM4BGsr2QXBpqDx8c8k_OPnzGyFjqjakes,18
|
9
|
+
graph_games_proto-0.3.1712.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
graph_games_proto/__init__.py,sha256=LOpk1mGZxPWMRGrPNoXDENn7JPG6rNfhieehItW8bEA,881
|
2
|
-
graph_games_proto/all_types.py,sha256=IpbwftEcHS5Ewz-saFNk0lO9FvcbuHG36odRTayCXUk,54911
|
3
|
-
graph_games_proto/fns.py,sha256=h1o-uA304yMKqLSgLgFSRrpWSkvmCLY8EbQwi1JO-7g,264059
|
4
|
-
graph_games_proto/main.py,sha256=fj2U7KcwrpZtuUhjOX5yVxY18LZvvsxDFYZ_S5mxe04,145
|
5
|
-
graph_games_proto/state.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
|
-
graph_games_proto-0.3.1710.dist-info/METADATA,sha256=AzBXd589rEtm5U23ya7vjrmlWGBU4rbZ8nKCHZEvnx8,188
|
7
|
-
graph_games_proto-0.3.1710.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
8
|
-
graph_games_proto-0.3.1710.dist-info/top_level.txt,sha256=-4QSrBMf_MM4BGsr2QXBpqDx8c8k_OPnzGyFjqjakes,18
|
9
|
-
graph_games_proto-0.3.1710.dist-info/RECORD,,
|
File without changes
|
File without changes
|