reaching_goal
ReachingGoal
Bases: SuccessCondition
ReachingGoal (success condition) used for reaching-type tasks Episode terminates if reaching goal is reached within @distance_tol by the @robot_idn robot's end effector
Args:
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
|
distance_tol
|
float
|
Distance (m) tolerance between goal position and @robot_idn's robot eef position that is accepted as a success |
0.5
|