mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 03:33:54 +00:00
action scale 0.25
This commit is contained in:
parent
63a92f414c
commit
c95a3cc8e7
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ class RLWalk:
|
||||||
if obs is None:
|
if obs is None:
|
||||||
continue
|
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.imitation_i += 1 * (
|
||||||
self.phase_frequency_factor + self.phase_frequency_factor_offset
|
self.phase_frequency_factor + self.phase_frequency_factor_offset
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue