Commit 4b274c88 by Pamela Osuna

new number of experiences

parent bbce07cf
...@@ -19,7 +19,7 @@ e belongs to {0,1} and represents the number of epochs ...@@ -19,7 +19,7 @@ e belongs to {0,1} and represents the number of epochs
c_ = [0,1,2,3] c_ = [0,1,2,3]
b_ = [0,1] b_ = [0,1]
e_ = [0,1] e_ = [0,1]
n_experiences = 1001 n_experiences = 10001
combinations = itertools.product(c_,b_,e_) combinations = itertools.product(c_,b_,e_)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment