updated cameras + end episode threshold

This commit is contained in:
2024-05-27 15:39:47 +01:00
parent 8c05d9df02
commit bfa4c7ec63
8 changed files with 302 additions and 114 deletions

View File

@@ -226,7 +226,8 @@ public class RagDollAgent : Agent
AddReward(_dReConRewards.Reward);
// if (_dReConRewards.HeadHeightDistance > 0.5f || _dReConRewards.Reward < 1f)
if (_dReConRewards.HeadHeightDistance > 0.75f || _dReConRewards.Reward <= 0f)
if (_dReConRewards.HeadHeightDistance > 0.75f) //|| _dReConRewards.Reward <= 0f)
{
if (!dontResetOnZeroReward)