Prepare the environment
- If conda is not yet installed on your PC, you can check here: https://www.anaconda.com/products/distribution
- Install the conda environment:
make install - Activate the conda environment:
conda activate robot-learning-ex4 - For Problem 3.1 c, d, e, f run:
python code/inverted_pendulum.py
You can also use "pip" to install the requirements
How to use the exercise latex template:
- You find the template as *.zip file in the homework directory (keep it as zip):
../hw4_public/exercise_template.zip - Open your overleaf:
https://sharelatex.tu-darmstadt.de/ - Choose the template:
new project > upload project > select a zip file - Now you are able to compile it directly
Additional Information:
- You should place your code in the parts where it says "TODO".
- Attach your plots to the PDF file and submit your code as a python file for every task beside the PDF file.