point_goal
PointGoal
Bases: SuccessCondition
PointGoal (success condition) used for PointNavFixed/RandomTask Episode terminates if point goal is reached within @distance_tol by the @robot_idn robot's base
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 base position that is accepted as a success |
0.5
|
distance_axes
|
str
|
Which axes to calculate distances when calculating the goal. Any combination of "x", "y", and "z" is valid (e.g.: "xy" or "xyz" or "y") |
'xyz'
|