diff --git a/src/components/ace/ACE.vue b/src/components/ace/ACE.vue new file mode 100644 index 000000000..4758bcae0 --- /dev/null +++ b/src/components/ace/ACE.vue @@ -0,0 +1,1373 @@ +/* This vue file creates a user interface allowing the creation of custom agents. It loads +existing agents from the back end and makes it possible to duplicate or edit these agents. The +custom agents are then stored in local storage in the browser, where they will be sent to the back +when the user hits the 'Launch Simulation' button. */ + +