From d2abe33578078382cf83c6440e0fa41d97ecc5ce Mon Sep 17 00:00:00 2001 From: anandpathak31 Date: Mon, 4 Nov 2024 23:51:06 -0500 Subject: [PATCH] clean up --- docs/src/tutorials/hebbian_learning.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/tutorials/hebbian_learning.jl b/docs/src/tutorials/hebbian_learning.jl index 1a4d270f..14518236 100644 --- a/docs/src/tutorials/hebbian_learning.jl +++ b/docs/src/tutorials/hebbian_learning.jl @@ -12,7 +12,7 @@ using Downloads ## to download image stimuli files # ## Cortico-cortical plasticity -time_block_dur = 90 ## ms (size of discrete time blocks) +time_block_dur = 90.0 ## ms (size of discrete time blocks) N_trials = 5 ##number of trials trial_dur = 1000 ##ms @@ -55,7 +55,7 @@ run_experiment!(agent, env)#; alg=Vern7()) time_block_dur = 90.0 ## ms (size of discrete time blocks) N_trials = 10 ##number of trials -trial_dur = 1000 ##ms +trial_dur = 600 ##ms # create an image source block which takes image data from a .csv file and gives input to visual cortex