diff --git a/404.html b/404.html index 00face2..41beb52 100644 --- a/404.html +++ b/404.html @@ -42,6 +42,8 @@ + + @@ -1078,9 +1080,11 @@ - + - + + + diff --git a/CONTRIBUTING/index.html b/CONTRIBUTING/index.html index f47b8e3..dc89b7c 100644 --- a/CONTRIBUTING/index.html +++ b/CONTRIBUTING/index.html @@ -46,6 +46,8 @@ + + @@ -1310,9 +1312,11 @@ - + - + + + diff --git a/DEVELOPMENT/index.html b/DEVELOPMENT/index.html index 6c0b412..3cb7c51 100644 --- a/DEVELOPMENT/index.html +++ b/DEVELOPMENT/index.html @@ -46,6 +46,8 @@ + + @@ -1461,9 +1463,11 @@ - + - + + + diff --git a/HPC/index.html b/HPC/index.html index 5665a76..eb72fb9 100644 --- a/HPC/index.html +++ b/HPC/index.html @@ -46,6 +46,8 @@ + + @@ -1426,9 +1428,11 @@ bash scripts/hpc/install.sh - + - + + + diff --git a/api/analysis/index.html b/api/analysis/index.html index e2c5db6..02bb5e0 100644 --- a/api/analysis/index.html +++ b/api/analysis/index.html @@ -46,6 +46,8 @@ + + @@ -1530,9 +1532,11 @@ uv run python - + - + + + diff --git a/api/environment/index.html b/api/environment/index.html index 684409b..6e7bc95 100644 --- a/api/environment/index.html +++ b/api/environment/index.html @@ -46,6 +46,8 @@ + + @@ -1253,9 +1255,11 @@ such as camera locations, simulation time and the task. - + - + + + diff --git a/api/evaluation/index.html b/api/evaluation/index.html index 3b410d9..50246f9 100644 --- a/api/evaluation/index.html +++ b/api/evaluation/index.html @@ -46,6 +46,8 @@ + + @@ -1364,9 +1366,11 @@ - + - + + + diff --git a/api/simulation/index.html b/api/simulation/index.html index 6a89915..875f845 100644 --- a/api/simulation/index.html +++ b/api/simulation/index.html @@ -46,6 +46,8 @@ + + @@ -1273,9 +1275,11 @@ - + - + + + diff --git a/api/tracking/index.html b/api/tracking/index.html index b4b7dc3..08320a5 100644 --- a/api/tracking/index.html +++ b/api/tracking/index.html @@ -46,6 +46,8 @@ + + @@ -1327,9 +1329,11 @@ - + - + + + diff --git a/api/training/index.html b/api/training/index.html index c6d4468..11b0b0e 100644 --- a/api/training/index.html +++ b/api/training/index.html @@ -46,6 +46,8 @@ + + @@ -1332,9 +1334,11 @@ - + - + + + diff --git a/design/actor-critic/index.html b/design/actor-critic/index.html index 3699274..b4a04cd 100644 --- a/design/actor-critic/index.html +++ b/design/actor-critic/index.html @@ -46,6 +46,8 @@ + + @@ -1291,9 +1293,11 @@ by previous research to maintain learning stability.

- + - + + + diff --git a/design/communication/index.html b/design/communication/index.html index d53728b..33e9121 100644 --- a/design/communication/index.html +++ b/design/communication/index.html @@ -46,6 +46,8 @@ + + @@ -1240,9 +1242,11 @@ extended morphologies.

- + - + + + diff --git a/design/controllers/index.html b/design/controllers/index.html index ecc8cce..f93a6f8 100644 --- a/design/controllers/index.html +++ b/design/controllers/index.html @@ -46,6 +46,8 @@ + + @@ -1207,9 +1209,11 @@ use it to test whether our models scale to more complex structures.

- + - + + + diff --git a/design/input_action_spaces/index.html b/design/input_action_spaces/index.html index 486981e..1d8263b 100644 --- a/design/input_action_spaces/index.html +++ b/design/input_action_spaces/index.html @@ -46,6 +46,8 @@ + + @@ -1395,9 +1397,11 @@ xy_distance_to_target: shape=(1,), dtype=float64, size=1 - + - + + + diff --git a/design/learning_algorithm/index.html b/design/learning_algorithm/index.html index 11d9363..ce7bb0d 100644 --- a/design/learning_algorithm/index.html +++ b/design/learning_algorithm/index.html @@ -46,6 +46,8 @@ + + @@ -1230,9 +1232,11 @@ failures.

- + - + + + diff --git a/design/reward_function/index.html b/design/reward_function/index.html index 4bda47d..abadc50 100644 --- a/design/reward_function/index.html +++ b/design/reward_function/index.html @@ -46,6 +46,8 @@ + + @@ -1252,9 +1254,11 @@ this down as potential future research.

- + - + + + diff --git a/index.html b/index.html index 8017c0b..03e5006 100644 --- a/index.html +++ b/index.html @@ -44,6 +44,8 @@ + + @@ -1224,9 +1226,11 @@ - + - + + + diff --git a/javascripts/katex.js b/javascripts/katex.js new file mode 100644 index 0000000..956b86a --- /dev/null +++ b/javascripts/katex.js @@ -0,0 +1,16 @@ +const renderMath = (el) => { + renderMathInElement(el, { + delimiters: [ + { left: "$$", right: "$$", display: true }, + { left: "$", right: "$", display: false }, + { left: "\\(", right: "\\)", display: false }, + { left: "\\[", right: "\\]", display: true } + ], + }); +}; + +if (typeof document$ !== "undefined") { + document$.subscribe(({ body }) => renderMath(body)); +} else { + document.addEventListener("DOMContentLoaded", () => renderMath(document.body)); +} diff --git a/javascripts/mathjax.js b/javascripts/mathjax.js deleted file mode 100644 index f5e96e7..0000000 --- a/javascripts/mathjax.js +++ /dev/null @@ -1,18 +0,0 @@ -window.MathJax = { - tex: { - inlineMath: [["\\(", "\\)"]], - displayMath: [["\\[", "\\]"]], - processEscapes: true, - processEnvironments: true - }, - options: { - ignoreHtmlClass: ".*|", - processHtmlClass: "arithmatex" - } -}; - -document.addEventListener("DOMContentLoaded", () => { - MathJax.startup.document.state(0); - MathJax.typesetClear(); - MathJax.typesetPromise(); -}); diff --git a/scripts/analysis/index.html b/scripts/analysis/index.html index e11b65e..1e59d8e 100644 --- a/scripts/analysis/index.html +++ b/scripts/analysis/index.html @@ -46,6 +46,8 @@ + + @@ -1239,9 +1241,11 @@ python explore_tensorboard.py < - + - + + + diff --git a/src/experiment_logger/index.html b/src/experiment_logger/index.html index 9eed945..5d8e179 100644 --- a/src/experiment_logger/index.html +++ b/src/experiment_logger/index.html @@ -44,6 +44,8 @@ + + @@ -1412,9 +1414,11 @@ - + - + + +