AME Winter Project: Robot Trajectory Optimization using Data & Learning
This repository contains assignments for the AME Winter Project. Please follow the submission instructions carefully.
- Each assignment has its own folder (e.g.
Assignment-01/) - The assignment problem statement is provided as a PDF inside the assignment folder
- All student submissions must be uploaded as PDF files directly inside the assignment folder
- No additional folders should be created by students
- Click the Fork button on the top-right of this repository
- For the upcoming assignments, sync the fork with the base branch each time
- This creates a copy of the repository under your GitHub account
- Go to branches, make a new branch named yourname_yoursurname, eg. somya_garg
- Open the folder corresponding to the assignment you are submitting
- For Assignment 1, navigate to the folder Assignment-01/
- Upload all the files contatning your complete submission
- For ex. upload the ipybn or py file for your codebase and a document/pdf explaining the results.
- Commit the uploaded PDF file to your forked repository
- Use a clear commit message (e.g.
Add Assignment 1 submission)
- Go to your forked repository on GitHub
- Click New Pull Request
- Ensure the pull request is made to the yourname_yoursurname branch of the original repository as base and yourname_yoursurame branch of your forked repository as the head branch
- Submit the pull request before the assignment deadline
- Do not create folders inside the assignment directory
- Do not modify or delete the assignment PDF
- Do not upload multiple files
The submission deadline is mentioned in the assignment PDF. Late submissions may not be reviewed.