-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
403 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,49 @@ | ||
<pipeline> | ||
<Initialiser name="Initialiser"> | ||
<inputdata> | ||
<X file="./examples/state-action/X_data.csv" /> | ||
</inputdata> | ||
<relationships> | ||
<child name="My First UserFeedback Module" /> | ||
<child name="User Interaction" /> | ||
</relationships> | ||
<coordinates> | ||
[(350.0,50),0,{}] | ||
[(350.0, 50), 0, {}] | ||
</coordinates> | ||
<inputdata> | ||
<X file="C:/Users/sevisal/Documents/GitHub/ai-assisted-design-framework/src/vai_lab/examples/state-action/X_data.csv" /> | ||
</inputdata> | ||
</Initialiser> | ||
<UserInteraction name="My First UserFeedback Module"> | ||
<plugin type="CanvasInput"> | ||
<some_param val="2" /> | ||
</plugin> | ||
<UserInteraction name="User Interaction"> | ||
<inputdata> | ||
<X module="Initialiser" /> | ||
</inputdata> | ||
<relationships> | ||
<parent name="Initialiser" /> | ||
<child name="Output" /> | ||
</relationships> | ||
</relationships> | ||
<coordinates> | ||
[(350.0,350.0),2,{0:'d0-u2'}] | ||
</coordinates> | ||
[(350.0, 350.0), 2, {0: 'd0-u2'}] | ||
</coordinates> | ||
<plugin type="CanvasInput"> | ||
<options /> | ||
</plugin> | ||
</UserInteraction> | ||
<Output name="Output"> | ||
<inputdata> | ||
<X module="Initialiser" /> | ||
<X module="User Interaction" /> | ||
</inputdata> | ||
</UserInteraction> | ||
<Output> | ||
<plugin type="Output"> | ||
<outdata> | ||
My First UserFeedback Module | ||
</outdata> | ||
<outpath> | ||
.\examples\results\output.pkl | ||
</outpath> | ||
</plugin> | ||
<relationships> | ||
<parent name="My First UserFeedback Module" /> | ||
<parent name="User Interaction" /> | ||
</relationships> | ||
<coordinates> | ||
[(350.0,650),1,{2:'d2-u1'}] | ||
[(350.0, 650), 1, {2: 'd2-u1'}] | ||
</coordinates> | ||
<plugin type="Output"> | ||
<options> | ||
<outdata> | ||
User Interaction | ||
</outdata> | ||
<outpath> | ||
.\examples\results\output.pkl | ||
</outpath> | ||
</options> | ||
</plugin> | ||
</Output> | ||
</pipeline> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.