You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some tracks and for some cars, the initial value of self.ob.damage is >0. In these cases, the environment detects collision right at the outset of an episode. To prevent this from happening, the initial value of self.damage in
In some tracks and for some cars, the initial value of
self.ob.damage
is>0
. In these cases, the environment detects collision right at the outset of an episode. To prevent this from happening, the initial value of self.damage inMADRaS/MADRaS/utils/reward_manager.py
Lines 112 to 122 in 5e9cf13
and
MADRaS/MADRaS/utils/done_manager.py
Lines 99 to 117 in 5e9cf13
should be set to the initial value of
self.ob.damage
observed upon reset.The text was updated successfully, but these errors were encountered: