-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.json
52 lines (52 loc) · 1.69 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
{
"attacker_type": 0,
"defender_type": 0,
"env_name": "idsgame-v9",
"idsgame_config": null,
"initial_state_path": null,
"logger": null,
"mode": 5,
"output_dir": "/Users/kimham/workspace/rl/gym-idsgame/experiments/training/v9/two_agents/tabular_q_learning",
"py/object": "gym_idsgame.config.client_config.ClientConfig",
"q_agent_config": {
"alpha": 0.0005,
"attacker": true,
"attacker_load_path": null,
"checkpoint_freq": 100000,
"defender": true,
"defender_load_path": null,
"dqn_config": null,
"epsilon": 1,
"epsilon_decay": 0.9999,
"eval_episodes": 1,
"eval_frequency": 1000,
"eval_log_frequency": 1,
"eval_render": false,
"eval_sleep": 0.9,
"gamma": 0.999,
"gif_dir": "/Users/kimham/workspace/rl/gym-idsgame/experiments/training/v9/two_agents/tabular_q_learning/gifs",
"gifs": true,
"logger": null,
"min_epsilon": 0.01,
"num_episodes": 20001,
"py/object": "gym_idsgame.agents.q_learning.q_agent_config.QAgentConfig",
"random_seed": 0,
"render": false,
"save_dir": "/Users/kimham/workspace/rl/gym-idsgame/experiments/training/v9/two_agents/tabular_q_learning/data",
"train_log_frequency": 1,
"video": true,
"video_dir": "/Users/kimham/workspace/rl/gym-idsgame/experiments/training/v9/two_agents/tabular_q_learning/videos",
"video_fps": 5,
"video_frequency": 1
},
"random_seeds": [
0,
999,
299,
399,
499
],
"run_many": true,
"simulation_config": null,
"title": "TrainingQAgent vs TrainingQAgent"
}