Skip to content

Commit

Permalink
Added more points to inverted pendulum benchmarking test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaskl97 committed Dec 13, 2024
1 parent 5e2206c commit 11c6300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ chain = [Chain(
) for _ in 1:dim_output]

# Define neural network discretization
strategy = StochasticTraining(5000)
strategy = StochasticTraining(10000)

# Define neural Lyapunov structure
periodic_pos_def = function (state, fixed_point)
Expand Down

0 comments on commit 11c6300

Please sign in to comment.