mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-03 03:33:54 +00:00
going back to vanilla ?
This commit is contained in:
parent
4ef0ec75fe
commit
c29ef57b20
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ import numpy as np
|
|||
from mini_bdx_runtime.buttons import Buttons
|
||||
|
||||
|
||||
X_RANGE = [-0.15, 0.15]
|
||||
X_RANGE = [-0.2, 0.25]
|
||||
Y_RANGE = [-0.2, 0.2]
|
||||
YAW_RANGE = [-1.0, 1.0]
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ class RLWalk:
|
|||
|
||||
# Scales
|
||||
self.action_scale = action_scale
|
||||
self.dof_vel_scale = 0.1
|
||||
self.dof_vel_scale = 0.05
|
||||
|
||||
self.last_action = np.zeros(self.num_dofs)
|
||||
self.last_last_action = np.zeros(self.num_dofs)
|
||||
|
|
Loading…
Reference in a new issue