Skip to content

Commit 028e8f8

Browse files
author
github-actions[bot]
committed
Publish repository: Thu Nov 27 15:33:29 UTC 2025
1 parent 3bd4094 commit 028e8f8

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

README.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# Control for Robotics - Advanced Programming Exercises
1+
# Control for Robotics <br> <small><small>Advanced Programming Exercises</small></small>
22

33

44
### **Book**: Control for Robotics - From Optimal Control to Decision Making
55

66
### **Course**: ARLDM - Advanced Robot Learning and Decision Making (TUM 0CIT433037)
77

8-
> 🚀 Welcome! To start the exercises succesfully, read *all of the following* carefully.
8+
> 🚀 Welcome! To start the exercises read the following instructions carefully.
99
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!**
1111
1212
![headshot](headshot.png)
1313

14+
## 🚀 Introduction
15+
ToDo
1416

1517
## ⚙️ Preliminaries and Setup
1618

@@ -105,13 +107,6 @@ python -c "import torch; print('CUDA available:', torch.cuda.is_available())"
105107
- **Do not change function's arguments or return values.**
106108
- **Do not install any additional dependencies.**
107109
- :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`.
115110
## Common Issues
116111
- 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.
117112
- 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

Comments
 (0)