mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 14:07:56 -05:00
RL Harness Behavior and Changelog updates
This commit is contained in:
@@ -7,6 +7,7 @@ Changes are grouped by the date they are merged to the main branch of the reposi
|
|||||||
## 2024-12-13
|
## 2024-12-13
|
||||||
|
|
||||||
- Update to Rocket League harness for artifact management and new menu navigation. Fixed navigation for scaling issues. Now requires vgamepad.
|
- Update to Rocket League harness for artifact management and new menu navigation. Fixed navigation for scaling issues. Now requires vgamepad.
|
||||||
|
- Updated a couple of readmes to indicate requirement for Vgamepad.
|
||||||
|
|
||||||
## 2024-12-04
|
## 2024-12-04
|
||||||
|
|
||||||
|
|||||||
@@ -136,13 +136,9 @@ def run_benchmark():
|
|||||||
user.press("enter")
|
user.press("enter")
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
result = kerasService.look_for_word("saved", attempts=10, interval=1)
|
if kerasService.look_for_word(word="captures", attempts=10, interval=1):
|
||||||
if not result:
|
gamepad.single_press(button=vg.XUSB_BUTTON.XUSB_GAMEPAD_RIGHT_SHOULDER)
|
||||||
logging.info("Couldn't find the saved replays tab. Check settings and try again.")
|
time.sleep(1)
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
gamepad.single_press(button=vg.XUSB_BUTTON.XUSB_GAMEPAD_RIGHT_SHOULDER)
|
|
||||||
time.sleep(1)
|
|
||||||
|
|
||||||
if kerasService.wait_for_word(word="watch", timeout=60, interval=0.5) is None:
|
if kerasService.wait_for_word(word="watch", timeout=60, interval=0.5) is None:
|
||||||
logging.error("Didn't navigate to the saved replays correctly. Check menu options for any anomalies.")
|
logging.error("Didn't navigate to the saved replays correctly. Check menu options for any anomalies.")
|
||||||
|
|||||||
Reference in New Issue
Block a user