gym-csle-stopping-game 0.8.5__tar.gz → 0.8.7__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.
Potentially problematic release.
This version of gym-csle-stopping-game might be problematic. Click here for more details.
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/PKG-INFO +6 -6
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/pyproject.toml +5 -5
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/setup.cfg +5 -5
- gym_csle_stopping_game-0.8.7/src/gym_csle_stopping_game/__version__.py +1 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game.egg-info/PKG-INFO +6 -6
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game.egg-info/requires.txt +5 -5
- gym_csle_stopping_game-0.8.5/src/gym_csle_stopping_game/__version__.py +0 -1
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/LICENSE.md +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/README.md +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/setup.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/__init__.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/constants/__init__.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/constants/constants.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/dao/__init__.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/dao/stopping_game_attacker_mdp_config.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/dao/stopping_game_config.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/dao/stopping_game_defender_pomdp_config.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/dao/stopping_game_state.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/envs/__init__.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/envs/stopping_game_env.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/envs/stopping_game_mdp_attacker_env.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/envs/stopping_game_pomdp_defender_env.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/util/__init__.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/util/stopping_game_util.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game.egg-info/SOURCES.txt +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game.egg-info/dependency_links.txt +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game.egg-info/not-zip-safe +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game.egg-info/top_level.txt +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_dao.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_env.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_mdp_attacker_env.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_pomdp_defender_env.py +0 -0
- {gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_util.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gym-csle-stopping-game
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.7
|
|
4
4
|
Summary: OpenAI gym reinforcement learning environment of a Dynkin (Optimal stopping) game in CSLE
|
|
5
5
|
Author: Kim Hammar
|
|
6
6
|
Author-email: hammar.kim@gmail.com
|
|
@@ -204,11 +204,11 @@ Classifier: Intended Audience :: Science/Research
|
|
|
204
204
|
Requires-Python: >=3.8
|
|
205
205
|
Description-Content-Type: text/markdown
|
|
206
206
|
Requires-Dist: gymnasium>=0.27.1
|
|
207
|
-
Requires-Dist: csle-base>=0.8.
|
|
208
|
-
Requires-Dist: csle-common>=0.8.
|
|
209
|
-
Requires-Dist: csle-attacker>=0.8.
|
|
210
|
-
Requires-Dist: csle-defender>=0.8.
|
|
211
|
-
Requires-Dist: csle-collector>=0.8.
|
|
207
|
+
Requires-Dist: csle-base>=0.8.7
|
|
208
|
+
Requires-Dist: csle-common>=0.8.7
|
|
209
|
+
Requires-Dist: csle-attacker>=0.8.7
|
|
210
|
+
Requires-Dist: csle-defender>=0.8.7
|
|
211
|
+
Requires-Dist: csle-collector>=0.8.7
|
|
212
212
|
Provides-Extra: test
|
|
213
213
|
Requires-Dist: pytest>=6.0; extra == "test"
|
|
214
214
|
Requires-Dist: pytest-cov>=2.0; extra == "test"
|
|
@@ -19,11 +19,11 @@ classifiers = [
|
|
|
19
19
|
]
|
|
20
20
|
dependencies = [
|
|
21
21
|
"gymnasium>=0.27.1",
|
|
22
|
-
"csle-base>=0.8.
|
|
23
|
-
"csle-common>=0.8.
|
|
24
|
-
"csle-attacker>=0.8.
|
|
25
|
-
"csle-defender>=0.8.
|
|
26
|
-
"csle-collector>=0.8.
|
|
22
|
+
"csle-base>=0.8.7",
|
|
23
|
+
"csle-common>=0.8.7",
|
|
24
|
+
"csle-attacker>=0.8.7",
|
|
25
|
+
"csle-defender>=0.8.7",
|
|
26
|
+
"csle-collector>=0.8.7"
|
|
27
27
|
]
|
|
28
28
|
|
|
29
29
|
[project.optional-dependencies]
|
|
@@ -20,11 +20,11 @@ classifiers =
|
|
|
20
20
|
[options]
|
|
21
21
|
install_requires =
|
|
22
22
|
gymnasium>=0.27.1
|
|
23
|
-
csle-base>=0.8.
|
|
24
|
-
csle-common>=0.8.
|
|
25
|
-
csle-attacker>=0.8.
|
|
26
|
-
csle-defender>=0.8.
|
|
27
|
-
csle-collector>=0.8.
|
|
23
|
+
csle-base>=0.8.7
|
|
24
|
+
csle-common>=0.8.7
|
|
25
|
+
csle-attacker>=0.8.7
|
|
26
|
+
csle-defender>=0.8.7
|
|
27
|
+
csle-collector>=0.8.7
|
|
28
28
|
python_requires = >=3.8
|
|
29
29
|
package_dir =
|
|
30
30
|
=src
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '0.8.7'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gym-csle-stopping-game
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.7
|
|
4
4
|
Summary: OpenAI gym reinforcement learning environment of a Dynkin (Optimal stopping) game in CSLE
|
|
5
5
|
Author: Kim Hammar
|
|
6
6
|
Author-email: hammar.kim@gmail.com
|
|
@@ -204,11 +204,11 @@ Classifier: Intended Audience :: Science/Research
|
|
|
204
204
|
Requires-Python: >=3.8
|
|
205
205
|
Description-Content-Type: text/markdown
|
|
206
206
|
Requires-Dist: gymnasium>=0.27.1
|
|
207
|
-
Requires-Dist: csle-base>=0.8.
|
|
208
|
-
Requires-Dist: csle-common>=0.8.
|
|
209
|
-
Requires-Dist: csle-attacker>=0.8.
|
|
210
|
-
Requires-Dist: csle-defender>=0.8.
|
|
211
|
-
Requires-Dist: csle-collector>=0.8.
|
|
207
|
+
Requires-Dist: csle-base>=0.8.7
|
|
208
|
+
Requires-Dist: csle-common>=0.8.7
|
|
209
|
+
Requires-Dist: csle-attacker>=0.8.7
|
|
210
|
+
Requires-Dist: csle-defender>=0.8.7
|
|
211
|
+
Requires-Dist: csle-collector>=0.8.7
|
|
212
212
|
Provides-Extra: test
|
|
213
213
|
Requires-Dist: pytest>=6.0; extra == "test"
|
|
214
214
|
Requires-Dist: pytest-cov>=2.0; extra == "test"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
gymnasium>=0.27.1
|
|
2
|
-
csle-base>=0.8.
|
|
3
|
-
csle-common>=0.8.
|
|
4
|
-
csle-attacker>=0.8.
|
|
5
|
-
csle-defender>=0.8.
|
|
6
|
-
csle-collector>=0.8.
|
|
2
|
+
csle-base>=0.8.7
|
|
3
|
+
csle-common>=0.8.7
|
|
4
|
+
csle-attacker>=0.8.7
|
|
5
|
+
csle-defender>=0.8.7
|
|
6
|
+
csle-collector>=0.8.7
|
|
7
7
|
|
|
8
8
|
[test]
|
|
9
9
|
pytest>=6.0
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '0.8.5'
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/src/gym_csle_stopping_game/__init__.py
RENAMED
|
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
|
{gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_dao.py
RENAMED
|
File without changes
|
{gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_env.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gym_csle_stopping_game-0.8.5 → gym_csle_stopping_game-0.8.7}/tests/test_stopping_game_util.py
RENAMED
|
File without changes
|