action scale 0.25

This commit is contained in:
apirrone 2025-08-01 12:05:41 +02:00
parent 63a92f414c
commit c95a3cc8e7

View file

@ -261,7 +261,7 @@ class RLWalk:
if obs is None:
continue
if np.linalg.norm(self.last_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
)