gym-csle-stopping-game 0.6.5__py3-none-any.whl → 0.7.1__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.

Potentially problematic release.


This version of gym-csle-stopping-game might be problematic. Click here for more details.

@@ -1 +1 @@
1
- __version__ = '0.6.5'
1
+ __version__ = '0.7.1'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gym-csle-stopping-game
3
- Version: 0.6.5
3
+ Version: 0.7.1
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
@@ -15,11 +15,11 @@ Classifier: Programming Language :: Python :: 3.9
15
15
  Classifier: Intended Audience :: Science/Research
16
16
  Requires-Python: >=3.8
17
17
  Requires-Dist: gymnasium>=0.27.1
18
- Requires-Dist: csle-base>=0.6.5
19
- Requires-Dist: csle-common>=0.6.5
20
- Requires-Dist: csle-attacker>=0.6.5
21
- Requires-Dist: csle-defender>=0.6.5
22
- Requires-Dist: csle-collector>=0.6.5
18
+ Requires-Dist: csle-base>=0.7.1
19
+ Requires-Dist: csle-common>=0.7.1
20
+ Requires-Dist: csle-attacker>=0.7.1
21
+ Requires-Dist: csle-defender>=0.7.1
22
+ Requires-Dist: csle-collector>=0.7.1
23
23
  Provides-Extra: testing
24
24
  Requires-Dist: pytest>=6.0; extra == "testing"
25
25
  Requires-Dist: pytest-cov>=2.0; extra == "testing"
@@ -1,5 +1,5 @@
1
1
  gym_csle_stopping_game/__init__.py,sha256=ooy6TjxvBi1sZMEX3_mVlvfskqI5GqwITWzI882tfk0,657
2
- gym_csle_stopping_game/__version__.py,sha256=g0OeNAF6f8ojnlyb43abksBvbLUrnL-AlwclSoULgd0,22
2
+ gym_csle_stopping_game/__version__.py,sha256=x2pOclYRECzfJMAd4sw67W_FEUEXKPUoISgurYPhSRg,22
3
3
  gym_csle_stopping_game/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  gym_csle_stopping_game/constants/constants.py,sha256=eIoD9eXifZ73kP-lSlvG-IXCpe4n6D-_aDygx0zOr5U,1030
5
5
  gym_csle_stopping_game/dao/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -13,7 +13,7 @@ gym_csle_stopping_game/envs/stopping_game_mdp_attacker_env.py,sha256=UoSDY2U8x3A
13
13
  gym_csle_stopping_game/envs/stopping_game_pomdp_defender_env.py,sha256=cyC2OuJA41aqE84KA9-oJRWsKLIqzekh8A8zyf6Qo5I,8766
14
14
  gym_csle_stopping_game/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  gym_csle_stopping_game/util/stopping_game_util.py,sha256=IlgdrQCVjkt4ta2T18Hws3b9vxJFlcywsPgWWmN06H4,13629
16
- gym_csle_stopping_game-0.6.5.dist-info/METADATA,sha256=ZAhlxpiwp6QftyAYkNXYVrD6bpYmLhkt9tD3_UFXIvE,2112
17
- gym_csle_stopping_game-0.6.5.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
18
- gym_csle_stopping_game-0.6.5.dist-info/top_level.txt,sha256=3DBHkAEI00nq0aXZlJUkXJrLiwkcJCfaFoYcaOzEZUU,23
19
- gym_csle_stopping_game-0.6.5.dist-info/RECORD,,
16
+ gym_csle_stopping_game-0.7.1.dist-info/METADATA,sha256=GXxZ3f5TWo4SAnicj8VYjfmAQBsfjeaHp_5HCSGjcl0,2112
17
+ gym_csle_stopping_game-0.7.1.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
18
+ gym_csle_stopping_game-0.7.1.dist-info/top_level.txt,sha256=3DBHkAEI00nq0aXZlJUkXJrLiwkcJCfaFoYcaOzEZUU,23
19
+ gym_csle_stopping_game-0.7.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.44.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5