actuations adj
This commit is contained in:
@@ -226,7 +226,7 @@ public class RagDollAgent : Agent
|
||||
AddReward(_dReConRewards.Reward);
|
||||
|
||||
// if (_dReConRewards.HeadHeightDistance > 0.5f || _dReConRewards.Reward < 1f)
|
||||
if (_dReConRewards.HeadHeightDistance > 0.5f || _dReConRewards.Reward <= 0f)
|
||||
if (_dReConRewards.HeadHeightDistance > 0.75f || _dReConRewards.Reward <= 0f)
|
||||
|
||||
{
|
||||
if (!dontResetOnZeroReward)
|
||||
|
||||
Reference in New Issue
Block a user