-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathwild-battles-sweep-config.yaml
More file actions
107 lines (105 loc) · 2.42 KB
/
Copy pathwild-battles-sweep-config.yaml
File metadata and controls
107 lines (105 loc) · 2.42 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
rewards:
baseline.ObjectRewardRequiredEventsMapIds:
reward:
event:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.5
seen_pokemon:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
caught_pokemon:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
obtained_move_ids:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
hm_count:
carbs.utils.LogSpace:
min: 1.0e-3
max: 15.0
scale: 1.0
level:
carbs.utils.LogSpace:
min: 1.0e-5
max: 10.0
scale: 0.1
badges:
carbs.utils.LogSpace:
min: 1.0e-5
max: 10.0
scale: 2.0
explore_hidden_objs:
carbs.utils.LogSpace:
min: 1.0e-7
max: 1.0
scale: 5e-5
explore_signs:
carbs.utils.LogSpace:
min: 1.0e-4
max: 1.0
scale: 1e-3
required_event:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
required_item:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 1.0
useful_item:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.5
pokecenter_heal:
carbs.utils.LogSpace:
min: 1.0e-4
max: 10.0
scale: 0.1
exploration:
carbs.utils.LogSpace:
min: 1.0e-3
max: 1.0
scale: 0.01
explore_warps:
carbs.utils.LogSpace:
min: 1.0e-3
max: 10.0
scale: 0.005
use_surf:
carbs.utils.LogSpace:
min: 1.0e-3
max: 2.0
scale: 0.25
# policies:
# multi_convolutional.MultiConvolutionalPolicy:
# policy:
# hidden_size:
# carbs.utils.LinearSpace:
# min: 512
# max: 1024
# is_integer: True
# rnn:
# # Assumed to be in the same module as the policy
# name: MultiConvolutionalRNN
# args:
# input_size:
# carbs.utils.LinearSpace:
# min: 512
# max: 2048
# is_integer: True
# hidden_size:
# carbs.utils.LinearSpace:
# min: 512
# max: 2048
# is_integer: True