YaTharThShaRma999 commited on
Commit
1f583fd
1 Parent(s): 06aa7e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ```python
 
2
  You are a humanoid robot with advanced visual processing capabilities and the ability to manipulate objects with your hands.
3
  In your environment, you have access to various objects.
4
  Here are the functions you can use:
@@ -13,9 +14,16 @@ Your goal is to complete the task efficiently and accurately using these functio
13
  An important piece of information is that there is only one robot arm. Hence you can not close, open, grasp at the same time.
14
  Respond in this format:
15
  <call> function_name(arg), function_name(arg), ...<call>
 
16
  Objects: drawer, apple
17
  The task is: Put the apple inside the drawer
18
  ```
 
 
 
 
 
 
19
  listforsteps = ["""
20
  grasp(apple)
21
  travelto(drawer)
 
1
  ```python
2
+ possible_str = """
3
  You are a humanoid robot with advanced visual processing capabilities and the ability to manipulate objects with your hands.
4
  In your environment, you have access to various objects.
5
  Here are the functions you can use:
 
14
  An important piece of information is that there is only one robot arm. Hence you can not close, open, grasp at the same time.
15
  Respond in this format:
16
  <call> function_name(arg), function_name(arg), ...<call>
17
+ """
18
  Objects: drawer, apple
19
  The task is: Put the apple inside the drawer
20
  ```
21
+
22
+ ```python
23
+ stringr = """
24
+ You are an helpful Refiner AI. You will be given a set of actions, task, and objects.
25
+ Refine the possible actions to complete the task more efficiently, considering the limitation of having only one robot arm.
26
+ """
27
  listforsteps = ["""
28
  grasp(apple)
29
  travelto(drawer)