-
-
Notifications
You must be signed in to change notification settings - Fork 441
Expand file tree
/
Copy pathhealth_gathering_supreme.cfg
More file actions
40 lines (33 loc) · 928 Bytes
/
health_gathering_supreme.cfg
File metadata and controls
40 lines (33 loc) · 928 Bytes
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
# 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 = health_gathering_supreme.wad
# Each step is good for you!
living_reward = 1
# And death is not!
death_penalty = 100
# Rendering options
screen_resolution = RES_320X240
screen_format = CRCGCB
render_hud = false
render_crosshair = false
render_weapon = false
render_decals = false
render_particles = false
window_visible = true
labels_buffer_enabled = true
# Make episodes finish after 2100 actions (tics)
episode_timeout = 2100
# Available buttons
available_buttons =
{
TURN_LEFT
TURN_RIGHT
MOVE_FORWARD
}
# Game variables that will be in the state
available_game_variables =
{
HEALTH
}
mode = PLAYER