HorizonRobotics / SocialRobot

Apache License 2.0
71 stars 20 forks source link

merge GoalWithDistractionTask with GoalTask #93

Closed Jialn closed 4 years ago

Jialn commented 4 years ago

Since distraction_lists and its penalty are actually processed in GoalTask, now GoalWithDistractionTask only do things like select random goal if random_goal is enabled, it would be better to remove GoalWithDistractionTask and merge the function to GoalTask.