-
Notifications
You must be signed in to change notification settings - Fork 4
Tools
Virx edited this page Aug 22, 2020
·
5 revisions
Returns an instance of jump_shot
(see utils/routines.py
) if it could find one. If not, it will return None
.
-
agent
- An instance of VirxERLU. If you're running this from an instance of VirxERLU, pass inself
. -
target
- A tuple ofVector
s like(left, right)
-
cap_
- The max number of seconds into the future that the method should go. Default & max is 6.
Returns an instance of jump_shot
(see utils/routines.py
) if it could find one. If not, it will return None
.
-
agent
- An instance of VirxERLU. If you're running this from an instance of VirxERLU, pass inself
. -
cap_
- The max number of seconds into the future that the method should go. Default is 3, max 6.
Returns an instance of double_jump
(see utils/routines.py
) if it could find one. If not, it will return None
.
-
agent
- An instance of VirxERLU. If you're running this from an instance of VirxERLU, pass inself
. -
target
- A tuple ofVector
s like(left, right)
-
cap_
- The max number of seconds into the future that the method should go. Default & max is 6.
Returns an instance of double_jump
(see utils/routines.py
) if it could find one. If not, it will return None
.
-
agent
- An instance of VirxERLU. If you're running this from an instance of VirxERLU, pass inself
. -
cap_
- The max number of seconds into the future that the method should go. Default is 3, max 6.
Returns an instance of Aerial
(see utils/routines.py
) if it could find one. If not, it will return None
.
-
agent
- An instance of VirxERLU. If you're running this from an instance of VirxERLU, pass inself
. -
target
- A tuple ofVector
s like(left, right)
-
cap_
- The max number of seconds into the future that the method should go. Default & max is 6.
Returns an instance of Aerial
(see utils/routines.py
) if it could find one. If not, it will return None
.
-
agent
- An instance of VirxERLU. If you're running this from an instance of VirxERLU, pass inself
. -
cap_
- The max number of seconds into the future that the method should go. Default is 3, max 6.