point_goal_reward
PointGoalReward
Bases: BaseRewardFunction
Point goal reward Success reward for reaching the goal with the robot's base
Parameters:
Name | Type | Description | Default |
---|---|---|---|
pointgoal
|
PointGoal
|
Termination condition for checking whether a point goal is reached |
required |
r_pointgoal
|
float
|
Reward for reaching the point goal |
10.0
|