diff --git a/docs/_static/js/atari/benchmark b/docs/_static/js/atari/benchmark new file mode 120000 index 0000000..000f92b --- /dev/null +++ b/docs/_static/js/atari/benchmark @@ -0,0 +1 @@ +../../../../examples/atari/benchmark \ No newline at end of file diff --git a/docs/_static/js/benchmark.js b/docs/_static/js/benchmark.js index 62f8b2a..fce8d5a 100644 --- a/docs/_static/js/benchmark.js +++ b/docs/_static/js/benchmark.js @@ -1,17 +1,3 @@ -// Immediately-invoked function expression - load JQuery -(function() { - // Load the script - const script = document.createElement("script"); - script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js'; - script.type = 'text/javascript'; - script.addEventListener('load', () => { - console.log(`jQuery ${$.fn.jquery} has been loaded successfully!`); - // use jQuery below - }); - document.head.appendChild(script); -})(); - - var mujoco_envs = [ "Ant-v3", "HalfCheetah-v3", diff --git a/docs/_static/js/copybutton.js b/docs/_static/js/copybutton.js index 8abcf5e..35ccc04 100644 --- a/docs/_static/js/copybutton.js +++ b/docs/_static/js/copybutton.js @@ -1,17 +1,3 @@ -// Immediately-invoked function expression - load JQuery -(function() { - // Load the script - const script = document.createElement("script"); - script.src = 'https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js'; - script.type = 'text/javascript'; - script.addEventListener('load', () => { - console.log(`jQuery ${$.fn.jquery} has been loaded successfully!`); - // use jQuery below - }); - document.head.appendChild(script); -})(); - - document.addEventListener('DOMContentLoaded', function() { /* Add a [>>>] button on the top-right corner of code samples to hide * the >>> and ... prompts and the output and thus make the code diff --git a/docs/_static/js/mujoco/benchmark b/docs/_static/js/mujoco/benchmark new file mode 120000 index 0000000..f7e9f8d --- /dev/null +++ b/docs/_static/js/mujoco/benchmark @@ -0,0 +1 @@ +../../../../examples/mujoco/benchmark \ No newline at end of file