Skip to content

Commit a33ab4a

Browse files
committed
Add Core3 configuration for PinkPawHeist with interaction checks and custom actions
- Introduced PinkPawHeist_Scheme3 with DirectHit recognition and custom action parameters. - Added PinkPawHeist_Core3_CheckInteractOnce for single interaction prompt checks using OCR. - Defined expected prompts and recognition parameters including ROI and threshold. - Set action type to DoNothing with a timeout of 300 seconds.
1 parent e34b87c commit a33ab4a

4 files changed

Lines changed: 2707 additions & 0 deletions

File tree

agent/custom/action/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from .realtime_task import *
1010
from .pinkpaw.pinkpaw_core1 import *
1111
from .pinkpaw.pinkpaw_core2 import *
12+
from .pinkpaw.pinkpaw_core3 import *
1213
from .pinkpaw.pinkpaw_reward_logger import *
1314
from .auto_tetris import *
1415
from .AutoFish.auto_fish_withoutCV import *
@@ -35,6 +36,7 @@
3536
"RealTimeTaskAction",
3637
"PinkPawHeistScheme1Action",
3738
"PinkPawHeistScheme2Action",
39+
"PinkPawHeistScheme3Action",
3840
"PinkPawRewardSummary",
3941
"AutoFishWithoutCV",
4042
"SoundDodgeAction",

0 commit comments

Comments
 (0)