-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.json
53 lines (53 loc) · 2 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"attacker_type": 0,
"defender_type": 2,
"env_name": "idsgame-v4",
"idsgame_config": null,
"initial_state_path": "/home/kim/storage/workspace/gym-idsgame/experiments/simulations/v4/tabular_q_agent_vs_defend_minimal/initial_state/initial_state.pkl",
"logger": null,
"mode": 2,
"output_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/simulations/v4/tabular_q_agent_vs_defend_minimal",
"py/object": "gym_idsgame.config.client_config.ClientConfig",
"q_agent_config": {
"alpha": 0.1,
"attacker": true,
"defender": false,
"epsilon": 0.9,
"epsilon_decay": 0.999,
"eval_episodes": 1,
"eval_frequency": 1000,
"eval_log_frequency": 1,
"eval_render": false,
"eval_sleep": 0.35,
"gamma": 0.8,
"gif_dir": null,
"gifs": false,
"load_path": "/home/kim/storage/workspace/gym-idsgame/experiments/simulations/v4/tabular_q_agent_vs_defend_minimal/q_table/q_table.npy",
"logger": null,
"min_epsilon": 0.1,
"num_episodes": 5000,
"py/object": "gym_idsgame.agents.tabular_q_learning.q_agent_config.QAgentConfig",
"render": false,
"save_dir": null,
"train_log_frequency": 100,
"video": false,
"video_dir": null,
"video_fps": 5,
"video_frequency": 1
},
"simulation_config": {
"gif_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/simulations/v4/tabular_q_agent_vs_defend_minimal/gifs",
"gifs": true,
"log_frequency": 1,
"logger": null,
"num_episodes": 1000,
"py/object": "gym_idsgame.simulation.dao.simulation_config.SimulationConfig",
"render": true,
"sleep": 0.8,
"video": true,
"video_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/simulations/v4/tabular_q_agent_vs_defend_minimal/videos",
"video_fps": 5,
"video_frequency": 1
},
"title": "TabularQAgentAttacker vs DefendMinimalDefender"
}