Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started