-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.json
40 lines (40 loc) · 1.51 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
{
"attacker_type": 0,
"defender_type": 0,
"env_name": "idsgame-maximal_attack-v4",
"idsgame_config": null,
"initial_state_path": null,
"logger": null,
"mode": 1,
"output_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/training/v4/maximal_attack/tabular_q_learning",
"py/object": "gym_idsgame.config.client_config.ClientConfig",
"q_agent_config": {
"alpha": 0.05,
"attacker": false,
"defender": true,
"epsilon": 1,
"epsilon_decay": 0.9999,
"eval_episodes": 100,
"eval_frequency": 5000,
"eval_log_frequency": 1,
"eval_render": false,
"eval_sleep": 0.9,
"gamma": 0.999,
"gif_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/training/v4/maximal_attack/tabular_q_learning/gifs",
"gifs": true,
"load_path": null,
"logger": null,
"min_epsilon": 0.01,
"num_episodes": 40000,
"py/object": "gym_idsgame.agents.tabular_q_learning.q_agent_config.QAgentConfig",
"render": false,
"save_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/training/v4/maximal_attack/tabular_q_learning/data",
"train_log_frequency": 100,
"video": true,
"video_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/training/v4/maximal_attack/tabular_q_learning/videos",
"video_fps": 5,
"video_frequency": 101
},
"simulation_config": null,
"title": "AttackMaximalAttacker vs TrainingQAgent"
}