hot fix mujoco benchmark

This commit is contained in:
Jiayi Weng 2022-04-24 16:49:40 -04:00
parent 5eab7dc218
commit 876e6b186e

View File

@ -26,7 +26,7 @@ function showMujocoEnv(elem) {
$schema: "https://vega.github.io/schema/vega-lite/v5.json",
data: {
// url: "/_static/js/mujoco/benchmark/" + selectEnv + "/result.json"
url: "/en/master/_static/js/atari/benchmark/" + selectEnv + "/result.json"
url: "/en/master/_static/js/mujoco/benchmark/" + selectEnv + "/result.json"
},
mark: "line",
height: 400,