awacke1 commited on
Commit
9bf101c
Β·
1 Parent(s): 8f7c66f

Update backupapp.py

Browse files
Files changed (1) hide show
  1. backupapp.py +0 -3
backupapp.py CHANGED
@@ -99,7 +99,6 @@ least given today's tools and understanding to find the best short program that
99
  2:52
100
  solves your problem given your data this problem is computationally intractable
101
  '''
102
-
103
  unit_test(unit_test_text)
104
 
105
  unit_test_text_2 = '''
@@ -146,7 +145,6 @@ it be parametrized with a neural net and you apply learning algorithm so I want
146
  8:53
147
  learning works this is model free reinforcement learning the reinforcement learning has actually been used in practice everywhere but it's
148
  '''
149
-
150
  unit_test(unit_test_text_2)
151
 
152
  unit_test_text_3 = '''
@@ -163,7 +161,6 @@ the fool idea of reinforcement learning try it out see if you like it and if you
163
  that's it that's literally it this is the core idea now it turns out it's not
164
  9:49
165
  difficult to formalize mathematically but this is really what's going on if in a neural network
166
-
167
  '''
168
  unit_test(unit_test_text_3)
169
 
 
99
  2:52
100
  solves your problem given your data this problem is computationally intractable
101
  '''
 
102
  unit_test(unit_test_text)
103
 
104
  unit_test_text_2 = '''
 
145
  8:53
146
  learning works this is model free reinforcement learning the reinforcement learning has actually been used in practice everywhere but it's
147
  '''
 
148
  unit_test(unit_test_text_2)
149
 
150
  unit_test_text_3 = '''
 
161
  that's it that's literally it this is the core idea now it turns out it's not
162
  9:49
163
  difficult to formalize mathematically but this is really what's going on if in a neural network
 
164
  '''
165
  unit_test(unit_test_text_3)
166