You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2022. It is now read-only.
Short Description:
Find a value of mass that optimizes the rocket`s apogee!
Long Description:
When using the apogeeByMass function that can be found in the getting_started.ipynb notebooks, it is clear that there is an optimal value of mass that allows for a maximum apogee for that given rocket. Create a way to find what is this maximum point. Tip: use calculus and the Function Class!; Tip nº 2: Try to search about reinforcement learning.