We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480e0ca commit b0cd410Copy full SHA for b0cd410
scripts/autotune_dev.jl
@@ -1,4 +1,6 @@
1
# this script tunes the controller parameters (well, seven of them)
2
+# TODO: make sure that calling autotune does not make the performance worse
3
+# TODO: add the mean square of the acceleration to the damage metric
4
using Pkg
5
if ! ("ControlPlots" ∈ keys(Pkg.project().dependencies))
6
using TestEnv; TestEnv.activate()
0 commit comments