We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067f02a commit a97fa30Copy full SHA for a97fa30
newton-4.00/applications/ndSandbox/demos/ndAdvancedIndustrialRobot.cpp
@@ -561,7 +561,7 @@ namespace ndAdvancedRobot
561
ndFloat32 azimuthReward = ScalarReward(positError2.m_z);
562
563
ndFloat32 reward = azimuthReward;
564
- if (azimuthReward > 0.5f)
+ if (azimuthReward > 0.1f)
565
{
566
const ndVector rotationError(CalculateDeltaTargetRotation(currentEffectorMatrix));
567
const ndVector rotationError2 = rotationError * rotationError;
0 commit comments