You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: andino_dora_sim/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,16 +81,16 @@ end
81
81
82
82
Runs a dataflow that uses [Gemini](https://gemini.google.com/app) API for navigating the Andino based on user inputs.
83
83
84
-
1. Obtain a [Gemini API Key](https://aistudio.google.com/apikey) and add it as environment variable to the correspondent node in the [gemini_navigation.yml](graphs/gemini_navigation.yml) dataflow.
84
+
1. Obtain a [Gemini API Key](https://aistudio.google.com/apikey) and add it as environment variable to the correspondent node in the [mujoco_sim_gemini_navigation.yml](graphs/mujoco_sim_gemini_navigation.yml) dataflow.
85
85
86
86
2. Build the dataflow:
87
87
```
88
-
dora build graphs/gemini_navigation.yml
88
+
dora build graphs/mujoco_sim_gemini_navigation.yml
89
89
```
90
90
91
91
3. Run the dataflow locally:
92
92
```
93
-
dora run graphs/gemini_navigation.yml
93
+
dora run graphs/mujoco_sim_gemini_navigation.yml
94
94
```
95
95
96
96
4. Use the GUI to input a command to be followed by the Andino.
0 commit comments