Question: 2 c ) Extra Credit: Make your algorithm even better Prof. Everett's simple pure pursuit implementation used an average number of steps of 7 9
c Extra Credit: Make your algorithm even better
Prof. Everett's simple pure pursuit implementation used an average number of steps of on the validation set. You can earn extra credit
point if you upload a second implementation to Gradescope achieves below steps on average while also achieving success You can
earn additional extra credit for having the best implementation in the class according to the Gradescope leaderboard.
You can try different strategies than just pure pursuit. Whichever control strategy you end up using, please use the BetterCont rol ler class
below for this part, which has the same classfunction signatures as before.
Note: there will be a test suite that is similar but not identical to the validation method above to ensure your algorithm doesn't overfit to specific
cases.
class BetterController:
definitself L:
Store any hyperparameters here."
self.L L
def getactionself obs: npndarray, goal: npndarray npndarray:
Your implementation goes here""
raise NotImplementedError
return nparraylinearspeed, angularspeed
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
