action scale 0.25

This commit is contained in:
apirrone 2025-08-01 12:04:22 +02:00
parent c0a466ceb7
commit 63a92f414c

View file

@ -261,7 +261,7 @@ class RLWalk:
if obs is None:
continue
if np.linalg.norm(self.commands[3:]) > 0.01:
if np.linalg.norm(self.last_commands[3:]) > 0.01:
self.imitation_i += 1 * (
self.phase_frequency_factor + self.phase_frequency_factor_offset
)