forked from snasiriany/calvin_env
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1659768
commit def5423
Showing
4 changed files
with
25 additions
and
9 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
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
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 |
---|---|---|
@@ -1,11 +1,16 @@ | ||
#!/bin/bash | ||
|
||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task open_drawer & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task close_drawer & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task turn_off_lightbulb & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task turn_off_led & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task place_in_drawer & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task push_into_drawer & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task lift_pink_block_drawer & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task lift_pink_block_table & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task rotate_pink_block_right & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task open_drawer & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task close_drawer & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task turn_off_lightbulb & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task turn_off_led & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task place_in_drawer & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task push_into_drawer & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task lift_pink_block_drawer & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task lift_pink_block_table & | ||
#python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task rotate_pink_block_right & | ||
|
||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task turn_on_led & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task turn_on_lightbulb & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task move_slider_left & | ||
python calvin/calvin_env/calvin_env/scripts/gather_task_data.py --task move_slider_right & |
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