|
1 | | -# Control for Robotics - Advanced Programming Exercises |
| 1 | +# Control for Robotics <br> <small><small>Advanced Programming Exercises</small></small> |
2 | 2 |
|
3 | 3 |
|
4 | 4 | ### **Book**: Control for Robotics - From Optimal Control to Decision Making |
5 | 5 |
|
6 | 6 | ### **Course**: ARLDM - Advanced Robot Learning and Decision Making (TUM 0CIT433037) |
7 | 7 |
|
8 | | -> 🚀 Welcome! To start the exercises succesfully, read *all of the following* carefully. |
| 8 | +> 🚀 Welcome! To start the exercises read the following instructions carefully. |
9 | 9 |
|
10 | | -> **Students taking the course for Uni must use the code and additional instructions provided directly in the course!** |
| 10 | +> ❗ **Students taking the course for Uni must use the code provided directly through course and ARTEMIS!** |
11 | 11 |
|
12 | 12 |  |
13 | 13 |
|
| 14 | +## 🚀 Introduction |
| 15 | +ToDo |
14 | 16 |
|
15 | 17 | ## ⚙️ Preliminaries and Setup |
16 | 18 |
|
@@ -105,13 +107,6 @@ python -c "import torch; print('CUDA available:', torch.cuda.is_available())" |
105 | 107 | - **Do not change function's arguments or return values.** |
106 | 108 | - **Do not install any additional dependencies.** |
107 | 109 | - :warning: **Do not post your solutions or part of the solutions publicly available during or after the course.** This also includes course-internal communication. Please strictly adhere to this rule. Not adhering to this rule will result in exemption from the course. |
108 | | - |
109 | | - |
110 | | -## Common Issues |
111 | | -- Common failure codes for display forwarding include `glfw error` and `Display not found`. Try to run `xhost +local:docker` on the host. Additionally, make sure you followed all steps mentioned above. |
112 | | -- If building docker container fails at `RUN apt-get update`, make sure your host systems time is set correct: https://askubuntu.com/questions/1511514/docker-build-fails-at-run-apt-update-error-failed-to-solve-process-bin-sh |
113 | | -- `wsl --install` stuck at 0.0%: Try [this](https://github.com/microsoft/WSL/issues/9390#issuecomment-1579398805). |
114 | | -- If VSCode Test Discovery is stuck during test discovery without any error: [Downgrade your python extension to 2024.20.0](https://github.com/microsoft/vscode-python/issues/24656#issue-2757930549). You can also still run the test cases from a terminal in the Docker container by running the command `pytest`. |
115 | 110 | ## Common Issues |
116 | 111 | - Common failure codes for display forwarding include `glfw error` and `Display not found`. Try to run `xhost +local:docker` on the host. Additionally, make sure you followed all steps mentioned above. |
117 | 112 | - If building docker container fails at `RUN apt-get update`, make sure your host systems time is set correct: https://askubuntu.com/questions/1511514/docker-build-fails-at-run-apt-update-error-failed-to-solve-process-bin-sh |
|
0 commit comments