Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed May 28, 2024
1 parent f8696ad commit fe2525a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions simulation-system/libs/gym-csle-stopping-game/README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ An OpenAI gym reinforcement learning environment that represents the optimal sto
- `csle-attacker`
- `csle-defender`
- `csle-collector`
- `csle-system-identification`
- `gymnasium` for specifying the RL environment API

## Development Requirements
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ csle-common==0.6.2
csle-collector==0.6.2
csle-attacker==0.6.2
csle-defender==0.6.2
csle-system-identification==0.6.2
gymnasium==0.27.1
1 change: 1 addition & 0 deletions simulation-system/libs/gym-csle-stopping-game/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ install_requires =
csle-attacker>=0.6.2
csle-defender>=0.6.2
csle-collector>=0.6.2
csle-system-identification>=0.6.2
python_requires = >=3.8
package_dir =
=src
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from typing import Dict, Any
import pytest
from unittest.mock import patch, MagicMock
from gym.spaces import Box, Discrete
from gymnasium.spaces import Box, Discrete
import numpy as np
from gym_csle_stopping_game.envs.stopping_game_env import StoppingGameEnv
from gym_csle_stopping_game.dao.stopping_game_config import StoppingGameConfig
Expand Down

0 comments on commit fe2525a

Please sign in to comment.