Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Commit

Permalink
Change: Adjust some
Browse files Browse the repository at this point in the history
  • Loading branch information
coord-e committed Jan 16, 2019
1 parent 94abb78 commit 55f2633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion trainer/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
from .simulation import apply_joints


def calc_reward(motion, robot, frame, k=1, wl=1, wr=0.001):
def calc_reward(motion, robot, frame, k=1, wl=1, wr=0.005):
# TODO: Use more clear naming of hyperparameters
diff = 0
for name, effector in frame.effectors.items():
pose = robot.link_state(name).pose
Expand Down

0 comments on commit 55f2633

Please sign in to comment.