Skip to content

Commit

Permalink
I cant get this to make any progress at all.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Sep 18, 2024
1 parent 067f02a commit a97fa30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ namespace ndAdvancedRobot
ndFloat32 azimuthReward = ScalarReward(positError2.m_z);

ndFloat32 reward = azimuthReward;
if (azimuthReward > 0.5f)
if (azimuthReward > 0.1f)
{
const ndVector rotationError(CalculateDeltaTargetRotation(currentEffectorMatrix));
const ndVector rotationError2 = rotationError * rotationError;
Expand Down

0 comments on commit a97fa30

Please sign in to comment.