Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
anandpathak31 committed Nov 5, 2024
1 parent 720eecb commit d2abe33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/hebbian_learning.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d2abe33

Please sign in to comment.