action scale 0.25

This commit is contained in:
apirrone 2025-08-01 12:06:41 +02:00
parent c95a3cc8e7
commit 082296cd2a

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.1:
self.imitation_i += 1 * (
self.phase_frequency_factor + self.phase_frequency_factor_offset
)