-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpredict_position.cfg
45 lines (35 loc) · 1.03 KB
/
predict_position.cfg
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 = predict_position.wad
# Rewards
living_reward = -1
# Rendering options
#screen_resolution = RES_800X450
screen_resolution = RES_320X240
screen_format = CRCGCB
render_hud = false
render_crosshair = false
render_weapon = true
render_decals = false
render_particles = false
window_visible = false
# make episodes start after 16 tics (after producing the rocket launcher)
episode_start_time = 16
# make episodes finish after 300 actions (tics)
episode_timeout = 300
# Available buttons
available_buttons =
{
TURN_LEFT
TURN_RIGHT
ATTACK
}
# Empty list is allowed, in case you are lazy.
available_game_variables = { }
game_args += +sv_noautoaim 1
mode = PLAYER
doom_skill = 1
labels_buffer_enabled = true
depth_buffer_enabled = false
automap_buffer_enabled = false