Skip to content

Commit

Permalink
Oops forgot to fix new test path
Browse files Browse the repository at this point in the history
Not including test in `runtests.jl` but structured so can be included. Omitted because it will save out data files and that's not wanted for now.
  • Loading branch information
agchesebro committed Aug 26, 2024
1 parent 7f2956e commit 92deba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/reinforcement_learning_flattening.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using DataFrames
using CSV
using ModelingToolkit: getp

@testset "RL test" begin
@testset "RL test with save" begin
t_trial = 2 # ms
time_block_dur = 0.01 # ms
N_trials = 3
Expand Down Expand Up @@ -69,7 +69,7 @@ using ModelingToolkit: getp
init_params_idxs_other_params = params_at(idxs_other_params)

env = ClassificationEnvironment(stim; name=:env, namespace=global_ns)
run_experiment!(agent, env, "/Users/achesebro/Downloads/"; alg=Vern7(), reltol=1e-9,abstol=1e-9)
run_experiment!(agent, env, "./"; alg=Vern7(), reltol=1e-9,abstol=1e-9)

final_params = reduce(vcat, agent.problem.p)
# At least some weights need to be different.
Expand Down

0 comments on commit 92deba4

Please sign in to comment.