multipush ant=1.5 point=6.0

This commit is contained in:
kngwyu 2021-09-28 01:28:26 +09:00
parent 8679657748
commit d5711f9969

View File

@ -201,7 +201,7 @@ class DistRewardPush(GoalRewardPush, DistRewardMixIn):
class GoalRewardMultiPush(GoalRewardUMaze):
OBSERVE_BLOCKS: bool = True
MAZE_SIZE_SCALING: Scaling = Scaling(ant=2.0, point=4.0, swimmer=None)
MAZE_SIZE_SCALING: Scaling = Scaling(ant=1.5, point=6.0, swimmer=None)
def __init__(self, scale: float, goal: Tuple[float, float] = (1.0, -2)) -> None:
super().__init__(scale)