diff --git a/InteractiveBO/src/components/SubLayout.vue b/InteractiveBO/src/components/SubLayout.vue index a4a2377..07bfdf5 100644 --- a/InteractiveBO/src/components/SubLayout.vue +++ b/InteractiveBO/src/components/SubLayout.vue @@ -3,15 +3,23 @@ - + - + + + + + + @@ -59,6 +67,7 @@ import RewardPlot from "@/components/RewardPlot.vue"; import PolicyPlot from "@/components/PolicyPlot.vue"; import ControlPanel from "@/components/ControlPanel.vue"; import RLCanvas from "@/components/RLCanvas.vue"; +import WeightTunerVertical from "@/components/WeightTunerVertical.vue";