edit grab goal random bounds
This commit is contained in:
@@ -132,7 +132,7 @@ class Kick(Strike):
|
|||||||
|
|
||||||
class Grab(Strike):
|
class Grab(Strike):
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
distance_RB = RandomBounds(0.6, 0.8)
|
distance_RB = RandomBounds(0.4, 0.6)
|
||||||
height_RB = RandomBounds(0.8, 1.1)
|
height_RB = RandomBounds(0.8, 1.1)
|
||||||
rot_RB = RandomBounds(3.14159 - 0.5, 3.14159 + 0.5)
|
rot_RB = RandomBounds(3.14159 - 0.5, 3.14159 + 0.5)
|
||||||
hit_range = 0.1
|
hit_range = 0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user