mirror of
https://github.com/apirrone/Open_Duck_Mini_Runtime.git
synced 2025-09-02 19:23:54 +00:00
going back to vanilla ?
This commit is contained in:
parent
c29ef57b20
commit
56d0b57e02
1 changed files with 2 additions and 2 deletions
|
@ -317,8 +317,8 @@ class RLWalk:
|
|||
|
||||
self.prev_motor_targets = self.motor_targets.copy()
|
||||
|
||||
head_motor_targets = self.last_commands[3:]# + self.motor_targets[5:9]
|
||||
self.motor_targets[5:9] = head_motor_targets
|
||||
# head_motor_targets = self.last_commands[3:]# + self.motor_targets[5:9]
|
||||
# self.motor_targets[5:9] = head_motor_targets
|
||||
|
||||
action_dict = make_action_dict(
|
||||
self.motor_targets, list(self.hwi.joints.keys())
|
||||
|
|
Loading…
Reference in a new issue