Skip to content

Commit

Permalink
update posts
Browse files Browse the repository at this point in the history
  • Loading branch information
MoeBuTa committed May 7, 2024
1 parent 3f8239a commit ea38bd0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions _posts/2024/05/2024-05-06-progress-meeting-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ graph TD;

![img]({{page.imgUrl}}scene-graph.png)

- sensor-action graph (May constructed from hard coded script)
- sensor-action graph (May grab data from hard coded script)
- giving a set of sensor data, find k most similar sensor nodes.
- may start with one sensor with a few range of values
- e.g.: distance sensor, range [0, 1000], 0-200, 200-400, 400-600, 600-800, 800-1000, >1000
Expand All @@ -54,16 +54,20 @@ graph TD;
H --> A
```


- trace logs

- map


## Lawnmower, Maze
## Lawnmower / Maze

hard coded script vs zero-shot LLM vs LLM + RAG

![img]({{page.imgUrl}}lawnmower.png)


![img]({{page.imgUrl}}maze.png)

## Issues

- Task scenarios brainstorming (May start with finding objects in the environment)
Expand All @@ -88,8 +92,4 @@ hard coded script vs zero-shot LLM vs LLM + RAG
- User query


## TODOs:

1. Grab data from hard coded script
2. Construct Graphs
3. Prototype
Binary file added assets/source/image/blog/lawnmower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/source/image/blog/maze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea38bd0

Please sign in to comment.