increased collision penalty
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ class FlowerGameEnv(gym.Env):
|
|||||||
# Reward-/Heuristik-Parameter (dimensionslos)
|
# Reward-/Heuristik-Parameter (dimensionslos)
|
||||||
self.shaping_gain = 1.0
|
self.shaping_gain = 1.0
|
||||||
self.eat_reward = 1.0
|
self.eat_reward = 1.0
|
||||||
self.collision_penalty = 5.0
|
self.collision_penalty = 15.0
|
||||||
|
|
||||||
# Event-Cooldown
|
# Event-Cooldown
|
||||||
self.contact_cooldown_frames = 8
|
self.contact_cooldown_frames = 8
|
||||||
|
|||||||
Reference in New Issue
Block a user