- Added check in access_control_list.py which sets implicit permission to NA if boolean is False
- Changed the defaults in training_config.py so that each scenario has an EXPLICIT ALLOW rule as default implicit rule
- Updated the test_seeding_and_deterministic_session.py because of change no2 adds an extra rule to that scenario
This commit is contained in:
SunilSamra
2023-07-17 10:27:56 +01:00
parent ab45c7e3f9
commit 3e7f6cc98d
3 changed files with 21 additions and 17 deletions

View File

@@ -26,16 +26,16 @@ def test_seeded_learning(temp_primaite_session):
now work. If not, then you've got a bug :).
"""
expected_mean_reward_per_episode = {
1: -30.703125,
2: -29.94140625,
3: -27.91015625,
4: -29.66796875,
5: -32.44140625,
6: -30.33203125,
7: -26.25,
8: -22.44140625,
9: -30.3125,
10: -28.359375,
1: -90.703125,
2: -91.15234375,
3: -87.5,
4: -92.2265625,
5: -94.6875,
6: -91.19140625,
7: -88.984375,
8: -88.3203125,
9: -112.79296875,
10: -100.01953125,
}
with temp_primaite_session as session: