yuntian-deng commited on
Commit
8ac519a
·
1 Parent(s): d0806b6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -129,6 +129,7 @@ def predict_next_frame(previous_frames: List[np.ndarray], previous_actions: List
129
  action_descriptions.append("right_click")
130
 
131
  prompt = " ".join(action_descriptions[-8:])
 
132
  #prompt = "1~1 0~0 0~0 0~0 0~0 0~0 0~0 0~0"
133
  print(prompt)
134
 
 
129
  action_descriptions.append("right_click")
130
 
131
  prompt = " ".join(action_descriptions[-8:])
132
+ prompt = ''
133
  #prompt = "1~1 0~0 0~0 0~0 0~0 0~0 0~0 0~0"
134
  print(prompt)
135