gymcts 1.4.1__py3-none-any.whl → 1.4.2__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.
- gymcts/gymcts_neural_agent.py +9 -9
- {gymcts-1.4.1.dist-info → gymcts-1.4.2.dist-info}/METADATA +1 -1
- {gymcts-1.4.1.dist-info → gymcts-1.4.2.dist-info}/RECORD +6 -6
- {gymcts-1.4.1.dist-info → gymcts-1.4.2.dist-info}/WHEEL +0 -0
- {gymcts-1.4.1.dist-info → gymcts-1.4.2.dist-info}/licenses/LICENSE +0 -0
- {gymcts-1.4.1.dist-info → gymcts-1.4.2.dist-info}/top_level.txt +0 -0
gymcts/gymcts_neural_agent.py
CHANGED
|
@@ -126,15 +126,15 @@ class GymctsNeuralNode(GymctsNode):
|
|
|
126
126
|
score_variate: Literal[
|
|
127
127
|
"PUCT_v0",
|
|
128
128
|
"PUCT_v1",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
129
|
+
"PUCT_v2",
|
|
130
|
+
"PUCT_v3",
|
|
131
|
+
"PUCT_v4",
|
|
132
|
+
"PUCT_v5",
|
|
133
|
+
"PUCT_v6",
|
|
134
|
+
"PUCT_v7",
|
|
135
|
+
"PUCT_v8",
|
|
136
|
+
"PUCT_v9",
|
|
137
|
+
"PUCT_v10",
|
|
138
138
|
"MuZero_v0",
|
|
139
139
|
"MuZero_v1",
|
|
140
140
|
] = "PUCT_v0"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gymcts
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.2
|
|
4
4
|
Summary: A minimalistic implementation of the Monte Carlo Tree Search algorithm for planning problems fomulated as gymnaisum reinforcement learning environments.
|
|
5
5
|
Author: Alexander Nasuta
|
|
6
6
|
Author-email: Alexander Nasuta <alexander.nasuta@wzl-iqs.rwth-aachen.de>
|
|
@@ -5,12 +5,12 @@ gymcts/gymcts_agent.py,sha256=FzMPjHXyKN6enNJubmYEouvb0wBbE1-bpxuLuW4J1gU,10960
|
|
|
5
5
|
gymcts/gymcts_deepcopy_wrapper.py,sha256=lCCT5-6JVCwUCP__4uPMMkT5HnO2JWm2ebzJ69zXp9c,6792
|
|
6
6
|
gymcts/gymcts_distributed_agent.py,sha256=Ha9UBQvFjoErfMWvPyN0JcTYz-JaiJ4eWjLMikp9Yhs,11569
|
|
7
7
|
gymcts/gymcts_env_abc.py,sha256=iqrFNNSa-kZyAGk1UN2BjkdkV6NufAkYJT8d7PlQ07E,2525
|
|
8
|
-
gymcts/gymcts_neural_agent.py,sha256=
|
|
8
|
+
gymcts/gymcts_neural_agent.py,sha256=FAXyskLhhsghi-m67ZgpKODHNQaWESuWSXyAQ5CRMkc,16049
|
|
9
9
|
gymcts/gymcts_node.py,sha256=KAR5y1MrT8c_7ZXwTuCj77B7DiERDfHplF8avs76JHU,13410
|
|
10
10
|
gymcts/gymcts_tree_plotter.py,sha256=PR6C7q9Q4kuz1aLGyD7-aZsxk3RqlHZpOqmOiRpCyK0,3547
|
|
11
11
|
gymcts/logger.py,sha256=RI7B9cvbBGrj0_QIAI77wihzuu2tPG_-z9GM2Mw5aHE,926
|
|
12
|
-
gymcts-1.4.
|
|
13
|
-
gymcts-1.4.
|
|
14
|
-
gymcts-1.4.
|
|
15
|
-
gymcts-1.4.
|
|
16
|
-
gymcts-1.4.
|
|
12
|
+
gymcts-1.4.2.dist-info/licenses/LICENSE,sha256=UGe75WojDiw_77SEnK2aysEDlElRlkWie7U7NaAFx00,1072
|
|
13
|
+
gymcts-1.4.2.dist-info/METADATA,sha256=iRulwz_JYvhgIqSNSsqiIzVmAFCIPABIZcu_qHocVDc,23864
|
|
14
|
+
gymcts-1.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
gymcts-1.4.2.dist-info/top_level.txt,sha256=E8MoLsPimUPD0H1Y6lum4TVe-lhSDAyBAXGrkYIT52w,7
|
|
16
|
+
gymcts-1.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|