gymcts 1.4.5__tar.gz → 1.4.6__tar.gz
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-1.4.5/src/gymcts.egg-info → gymcts-1.4.6}/PKG-INFO +1 -1
- {gymcts-1.4.5 → gymcts-1.4.6}/pyproject.toml +1 -1
- {gymcts-1.4.5 → gymcts-1.4.6/src/gymcts.egg-info}/PKG-INFO +1 -1
- {gymcts-1.4.5 → gymcts-1.4.6}/LICENSE +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/MANIFEST.in +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/README.md +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/setup.cfg +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/setup.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/__init__.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/colorful_console_utils.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_action_history_wrapper.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_agent.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_deepcopy_wrapper.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_distributed_agent.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_env_abc.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_neural_agent.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_node.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/gymcts_tree_plotter.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts/logger.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts.egg-info/SOURCES.txt +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts.egg-info/dependency_links.txt +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts.egg-info/not-zip-safe +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts.egg-info/requires.txt +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/src/gymcts.egg-info/top_level.txt +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/tests/test_graph_matrix_jsp_env.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/tests/test_gymnasium_envs.py +0 -0
- {gymcts-1.4.5 → gymcts-1.4.6}/tests/test_number_of_visits.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gymcts
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.6
|
|
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>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "gymcts"
|
|
7
|
-
version = "1.4.
|
|
7
|
+
version = "1.4.6"
|
|
8
8
|
description = "A minimalistic implementation of the Monte Carlo Tree Search algorithm for planning problems fomulated as gymnaisum reinforcement learning environments."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Alexander Nasuta", email = "alexander.nasuta@wzl-iqs.rwth-aachen.de" }]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gymcts
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.6
|
|
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>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|