Skip to content

Commit c4885ce

Browse files
committed
updated readme
1 parent af1277c commit c4885ce

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,20 @@ Replace `leggedrobotics` with your `username`.
4141
Small notice you can clone a repo using ssh or https.
4242
I recommend to setup ssh-keys and always use ssh.
4343

44+
Then go to the Github Settings to right:
45+
![alt text](docs/repo.jpg)
4446

4547

48+
Activate under General the following Features:
49+
![alt text](docs/features.jpg)
50+
4651
### Submission instructions
4752
You at first create a fork of the plr-exercise repository under your local GitHub username.
4853
For each task you create a branch called: `dev/task_X`
4954
You commit all the changes necessary for this task to this branch and push the changes to GitHub.
5055
To finish a task you create a pull request from `dev/task_X` to `main`.
5156
The title of the pull request is the task description below.
52-
57+
Do not delete the branches after merging the PR.
5358

5459
Task Descriptions:
5560
- **Task 0:** Run train.py and create an issue and complain about your low test score.
@@ -165,8 +170,8 @@ Add docstrings to all classes and functions: [https://peps.python.org/pep-0257/]
165170
Here are some workflows by the RSL that may help you: [https://github.com/leggedrobotics/workflows](https://github.com/leggedrobotics/workflows)
166171

167172

168-
169173
## Things we did not cover
174+
- Timing - check out the `timing.py` and try to understand why the times are different
170175
- Typing
171176
- GitHub Actions
172177

docs/features.jpg

108 KB
Loading

docs/repo.jpg

75.6 KB
Loading

0 commit comments

Comments
 (0)