reaching_goal_reward
ReachingGoalReward
Bases: BaseRewardFunction
Reaching goal reward Success reward for reaching the goal with the robot's end-effector
Parameters:
Name | Type | Description | Default |
---|---|---|---|
robot_idn |
int
|
robot identifier to evaluate point goal with. Default is 0, corresponding to the first robot added to the scene |
0
|
r_reach |
float
|
reward for succeeding to reach the goal |
10.0
|
distance_tol |
float
|
Distance (m) tolerance between goal position and @robot_idn's robot eef position that is accepted as a success |
0.1
|