Skip to content

Commit a97fa30

Browse files
committed
I cant get this to make any progress at all.
1 parent 067f02a commit a97fa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newton-4.00/applications/ndSandbox/demos/ndAdvancedIndustrialRobot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ namespace ndAdvancedRobot
561561
ndFloat32 azimuthReward = ScalarReward(positError2.m_z);
562562

563563
ndFloat32 reward = azimuthReward;
564-
if (azimuthReward > 0.5f)
564+
if (azimuthReward > 0.1f)
565565
{
566566
const ndVector rotationError(CalculateDeltaTargetRotation(currentEffectorMatrix));
567567
const ndVector rotationError2 = rotationError * rotationError;

0 commit comments

Comments
 (0)