This website requires JavaScript.
Explore
Help
Sign In
oxbrbtx
/
PrimAITE
Watch
1
Star
0
Fork
0
You've already forked PrimAITE
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
9a231821ea185145ac0b159c059d35f8012f267c
PrimAITE
/
tests
History
SunilSamra
c6db98c1c2
Merge remote-tracking branch 'origin/dev' into feature/893-node-acl-into-one-action-space
2023-05-31 10:34:42 +01:00
..
config
Merge remote-tracking branch 'origin/dev' into feature/893-node-acl-into-one-action-space
2023-05-31 10:34:42 +01:00
__init__.py
#902
- replaced 'final_node_<placeholder>' with 'reference_node_<placeholder>' in methods for scoring of os_state, file_system_state, service state and operating state. This fixed the reward function so it is checked at each step for node operating system state, operating state, file system state and service state.
2023-05-25 14:05:53 +01:00
conftest.py
#1355
- Carried out full renaming in node.py, active_node.py, passive_node.py, and service_node.py to make params and variable names explicit.
2023-05-25 21:03:11 +01:00
test_acl.py
Ran pre-commit hook on all files and performed changes to fix flake8 failures
2023-05-25 11:42:19 +01:00
test_active_node.py
#1355
- Carried out full renaming in node.py, active_node.py, passive_node.py, and service_node.py to make params and variable names explicit.
2023-05-25 21:03:11 +01:00
test_reward.py
1443 - updated test_reward.py to reflect updates to reward.py so that the correct config values are called i.e. compromisedShouldBeGood on the correct steps during the training run
2023-05-30 11:50:54 +01:00
test_service_node.py
#1355
- Carried out full renaming in node.py, active_node.py, passive_node.py, and service_node.py to make params and variable names explicit.
2023-05-25 21:03:11 +01:00
test_single_action_space.py
1429 - created new branch from dev, added enums to enums.py, created agents package and utils.py file, added option to primaite_env.py for ANY action type and changed the action spaces are defined using ADSP branch
2023-05-26 10:17:45 +01:00