forked from XanderLuciano/Rolex-RocketLeague
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsaltiek.cfg
37 lines (35 loc) · 881 Bytes
/
saltiek.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
[Bot Location]
# Path to module from runner
# Only need this if RLBot controlled
agent_module = bot_code.saltie
[Participant Loadout]
# Name that will be displayed in game
name = Saltie10
team_color_id = 27
custom_color_id = 0
car_id = 23
decal_id = 1435
wheels_id = 1728
boost_id = 69
antenna_id = 217
hat_id = 580
paint_finish_1_id = 1978
paint_finish_2_id = 1978
engine_audio_id = 0
trails_id = 1997
goal_explosion_id = 1905
[Bot Parameters]
model_package = models.keras.base_keras_model
model_name = BaseKerasModel
teacher = tutorial_bot_output
control_scheme = regression_everything
#model_directory = training/data/tutorial_bot_split10-layers/2/trained_variables
num_layers = 5
num_split_layers = 2
num_width = 128
is_graphing = True
is_evaluating = True
exploration_factor = 500
should_graph = False
batch_size = 1
mini_batch_size = 1