Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -170,6 +170,25 @@ learning works this is model free reinforcement learning the reinforcement learn
|
|
170 |
|
171 |
unit_test(unit_test_text_2)
|
172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
|
174 |
|
175 |
|
|
|
170 |
|
171 |
unit_test(unit_test_text_2)
|
172 |
|
173 |
+
unit_test_text_3 = '''
|
174 |
+
ort try something new add
|
175 |
+
9:17
|
176 |
+
randomness directions and compare the result to your expectation if the result
|
177 |
+
9:25
|
178 |
+
surprises you if you find that the results exceeded your expectation then
|
179 |
+
9:31
|
180 |
+
change your parameters to take those actions in the future that's it this is
|
181 |
+
9:36
|
182 |
+
the fool idea of reinforcement learning try it out see if you like it and if you do do more of that in the future and
|
183 |
+
9:44
|
184 |
+
that's it that's literally it this is the core idea now it turns out it's not
|
185 |
+
9:49
|
186 |
+
difficult to formalize mathematically but this is really what's going on if in a neural network
|
187 |
+
|
188 |
+
'''
|
189 |
+
|
190 |
+
unit_test(unit_test_text_3)
|
191 |
+
|
192 |
|
193 |
|
194 |
|