From c0abdae2e859b2a41110eb2bb07dd1456472cfbf Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 8 Mar 2023 16:26:51 +0100 Subject: [PATCH] finished BO Manual case and BO fully functional --- ActiveBOWeb/src/components/ControlPanel.vue | 160 +++++++++-------- .../src/components/MountainCarCanvas.vue | 40 ++--- ActiveBOWeb/src/components/RewardPlot.vue | 108 ++++++------ ActiveBOWeb/src/components/RosBar.vue | 165 +++++++++++------- ActiveBOWeb/src/components/SideBar.vue | 4 +- ActiveBOWeb/src/components/SubLayout.vue | 37 ++-- ActiveBOWeb/src/components/TopBar.vue | 28 ++- ActiveBOWeb/src/store/BaseWebsiteStore.js | 46 ++--- ActiveBOWeb/src/store/ControlStore.js | 88 +++++----- ActiveBOWeb/src/store/MountainCarStore.js | 58 +++--- ActiveBOWeb/src/store/PolicyStore.js | 60 +++---- ActiveBOWeb/src/store/RewardStore.js | 51 +++--- 12 files changed, 463 insertions(+), 382 deletions(-) diff --git a/ActiveBOWeb/src/components/ControlPanel.vue b/ActiveBOWeb/src/components/ControlPanel.vue index 97b730e..306ec43 100644 --- a/ActiveBOWeb/src/components/ControlPanel.vue +++ b/ActiveBOWeb/src/components/ControlPanel.vue @@ -2,60 +2,68 @@ + - Send Weights + Send Weights Run @@ -63,52 +71,64 @@ diff --git a/ActiveBOWeb/src/components/MountainCarCanvas.vue b/ActiveBOWeb/src/components/MountainCarCanvas.vue index 6d01a42..8131e18 100644 --- a/ActiveBOWeb/src/components/MountainCarCanvas.vue +++ b/ActiveBOWeb/src/components/MountainCarCanvas.vue @@ -3,14 +3,12 @@ - + diff --git a/ActiveBOWeb/src/components/RewardPlot.vue b/ActiveBOWeb/src/components/RewardPlot.vue index 40e93b8..2e4336b 100644 --- a/ActiveBOWeb/src/components/RewardPlot.vue +++ b/ActiveBOWeb/src/components/RewardPlot.vue @@ -1,12 +1,9 @@ - + diff --git a/ActiveBOWeb/src/components/RosBar.vue b/ActiveBOWeb/src/components/RosBar.vue index 295df7e..f7e5d46 100644 --- a/ActiveBOWeb/src/components/RosBar.vue +++ b/ActiveBOWeb/src/components/RosBar.vue @@ -1,21 +1,24 @@ - + diff --git a/ActiveBOWeb/src/components/SideBar.vue b/ActiveBOWeb/src/components/SideBar.vue index a744951..2a49940 100644 --- a/ActiveBOWeb/src/components/SideBar.vue +++ b/ActiveBOWeb/src/components/SideBar.vue @@ -10,13 +10,13 @@