-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdeadly_corridor_1.cfg
More file actions
45 lines (37 loc) · 1.12 KB
/
deadly_corridor_1.cfg
File metadata and controls
45 lines (37 loc) · 1.12 KB
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
# Lines starting with # are treated as comments (or with whitespaces+#).
# It doesn't matter if you use capital letters or not.
# It doesn't matter if you use underscore or camel notation for keys, e.g. episode_timeout is the same as episodeTimeout.
doom_scenario_path = deadly_corridor.wad
# Skill 5 is reccomanded for the scenario to be a challenge.
doom_skill = 1
# Rewards
death_penalty = 100
#living_reward = 0
# Rendering options
screen_resolution = RES_320X240
screen_format = CRCGCB
render_hud = true
render_crosshair = true
render_weapon = true
render_decals = false
render_particles = false
render_screen_flashes = false
window_visible = true
# Make episodes start in the first tic
episode_start_time = 1
# Make episodes finish after 2100 actions (tics)
episode_timeout = 1500
# Available buttons
available_buttons =
{
MOVE_LEFT
MOVE_RIGHT
ATTACK
MOVE_FORWARD
MOVE_BACKWARD
TURN_LEFT
TURN_RIGHT
}
# Game variables that will be in the state
available_game_variables = { HEALTH POSITION_X POSITION_Y KILLCOUNT ANGLE ARMOR SELECTED_WEAPON_AMMO VELOCITY_X VELOCITY_Y}
mode = PLAYER