-
Notifications
You must be signed in to change notification settings - Fork 21
/
config.json
27 lines (27 loc) · 1.03 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
{
"attacker_type": 5,
"defender_type": 2,
"env_name": "idsgame-v0",
"idsgame_config": null,
"initial_state_path": null,
"logger": null,
"mode": 2,
"output_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/simulations/v0/attack_maximal_vs_defend_minimal",
"py/object": "gym_idsgame.config.client_config.ClientConfig",
"q_agent_config": null,
"simulation_config": {
"gif_dir": "/home/kim/storage/workspace/gym-idsgame/experiments/simulations/v0/attack_maximal_vs_defend_minimal/gifs",
"gifs": true,
"log_frequency": 1,
"logger": null,
"num_episodes": 2,
"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/v0/attack_maximal_vs_defend_minimal/videos",
"video_fps": 5,
"video_frequency": 1
},
"title": "AttackMaximalAttacker vs DefendMinimalDefender"
}