-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from michaelakuempel/main
Added AKR lecture to learning hub
- Loading branch information
Showing
2 changed files
with
89 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{ | ||
"options": { | ||
"environments": [ | ||
{ | ||
"name": "Kitchen", | ||
"value": "kitchen", | ||
"img": "https://intel4coro.github.io/coai-vib/img/household.png", | ||
"knowledge_bases": "https://data.open-ease.org/QA?neem_id=64ccc8bc24cdd341ebdb2aa3&q=findall([Duration%2C Evt]%2C ( event_interval(Evt%2C Begin%2C End)%2C number(End)%2C Duration is End - Begin )%2C Durations)%2C max_member([MaxDuration%2C LongestEvt]%2C Durations)." | ||
} | ||
], | ||
"robots": [ | ||
{ | ||
"name": "PR2", | ||
"value": "pr2", | ||
"img": "https://intel4coro.github.io/coai-vib/img/pr2_urdf_white1.png", | ||
"knowledge_bases": "https://data.open-ease.org/QA?neem_id=6526790ced1a1bfc415a1d38&q=findall%28%5BDuration%2C%20Evt%5D%2C%0A%20%20%28%20%20event_interval%28Evt%2C%20Begin%2C%20End%29%2C%0A%20%20%20%20%20number%28End%29%2C%0A%20%20%20%20%20Duration%20is%20End%20-%20Begin%0A%20%20%29%2C%0A%20%20Durations%29%2C%0Amax_member%28%5BMaxDuration%2C%20LongestEvt%5D%2C%20Durations%29" | ||
} | ||
], | ||
"tasks": [ | ||
{ | ||
"name": "Cutting: Technique halving", | ||
"value": "halving" | ||
} | ||
] | ||
}, | ||
"actions": [ | ||
{ | ||
"name": "Run Code", | ||
"value": "run", | ||
"description": "Run code on Binderhub.", | ||
"primary": true, | ||
"url": "https://binder.intel4coro.de/v2/gh/IntEL4CoRo/COAI/master?urlpath=lab%2Ftree%2Fnotebooks%2F", | ||
"options": [ | ||
"environments", | ||
"robots", | ||
"tasks" | ||
], | ||
"available": { | ||
"environments=apartment|robots=pr2|tasks=chopping": "https://binder.intel4coro.de/v2/gh/sunava/pycram/6083d5a6c005a862a56bf60deefc13a615f89121?urlpath=lab%2Ftree%2Fdemos%2Fpycram_cutting_demo%2Fcutting-example.ipynb", | ||
"environments=apartment|robots=pr2|tasks=halving": "https://binder.intel4coro.de/v2/gh/sunava/pycram/6083d5a6c005a862a56bf60deefc13a615f89121?urlpath=lab%2Ftree%2Fdemos%2Fpycram_cutting_demo%2Fcutting-example.ipynb", | ||
"environments=kitchen|robots=pr2|tasks=halving": "https://binder.intel4coro.de/v2/gh/sunava/pycram/6083d5a6c005a862a56bf60deefc13a615f89121?urlpath=lab%2Ftree%2Fdemos%2Fpycram_cutting_demo%2Fcutting-example.ipynb", | ||
"environments=kitchen|robots=pr2|tasks=chopping": "https://binder.intel4coro.de/v2/gh/sunava/pycram/6083d5a6c005a862a56bf60deefc13a615f89121?urlpath=lab%2Ftree%2Fdemos%2Fpycram_cutting_demo%2Fcutting-example.ipynb" | ||
} | ||
}, | ||
{ | ||
"name": "Inspect Knowledge Graph", | ||
"value": "openease", | ||
"description": "OpenEASE", | ||
"url": "href=\"https://binder.intel4coro.de/v2/gh/Food-Ninja/FoodCutting.git/HEAD?urlpath=notebooks%2Fnotebooks%2FFoodCuttingQueries.ipynb", | ||
"options": [ | ||
"environments", | ||
"robots", | ||
"tasks" | ||
], | ||
"available": { | ||
"environments=apartment|robots=pr2|tasks=chopping": "https://binder.intel4coro.de/v2/gh/Food-Ninja/FoodCutting.git/HEAD?urlpath=notebooks%2f Notebooks%2F Food Cutting Queries.ipynb", | ||
"environments=apartment|robots=pr2|tasks=halving": "https://binder.intel4coro.de/v2/gh/Food-Ninja/FoodCutting.git/HEAD?urlpath=notebooks%2f Notebooks%2F Food Cutting Queries.ipynb", | ||
"environments=kitchen|robots=pr2|tasks=halving": "https://binder.intel4coro.de/v2/gh/Food-Ninja/FoodCutting.git/HEAD?urlpath=notebooks%2f Notebooks%2F Food Cutting Queries.ipynb", | ||
"environments=kitchen|robots=pr2|tasks=chopping": "https://binder.intel4coro.de/v2/gh/Food-Ninja/FoodCutting.git/HEAD?urlpath=notebooks%2f Notebooks%2F Food Cutting Queries.ipynb" | ||
} | ||
}, | ||
{ | ||
"name": "Assets", | ||
"value": "assets", | ||
"url": "https://coai-jrc.de/virtual-building/" | ||
} | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "Actionable Knowledge Representation lecture" | ||
date: 2019-02-27T14:33:42-04:00 | ||
subtitle: "" | ||
tags: ["Research", "Learning", "Teaching", "Study", "Lecture"] | ||
dropCap: false | ||
displayInMenu: false | ||
displayInList: true | ||
draft: false | ||
resources: | ||
- name: ActionButtons | ||
src: "buttons.json" | ||
--- | ||
|
||
Another example lecture that aims at tackling the challenge of representing knowledge for various agent applications and teaching students how to integrate knowledge representation in a web application is <i>"Actionable Knowledge Representation"<\i>. <br> | ||
You can take a look at the GitHub repository with course material. Again, we aim to bridge the gap between theoretical knowledge and practical application, ensuring that students are well-prepared for the challenges of agent programming in real-world scenarios with a focus on user support scenarios. | ||
|
||
For Detailed information click | ||
<a href="https://github.com/michaelakuempel/ActionableKnowledgeRepresentation">here!</a> | ||
|
||
<!--more--> |