You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-19Lines changed: 12 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,51 +23,44 @@ You can quickly try out the humanoid benchmark by running the [training notebook
23
23
24
24
1. Read through the [current leaderboard](https://url.kscale.dev/leaderboard) submissions and through the [ksim examples](https://github.com/kscalelabs/ksim/tree/master/examples)
25
25
2. Create a new repository from this template by clicking [here](https://github.com/new?template_name=ksim-gym&template_owner=kscalelabs)
26
-
3. Make sure you have installed `git-lfs`:
27
-
28
-
```bash
29
-
sudo apt install git-lfs # Ubuntu
30
-
brew install git-lfs # MacOS
31
-
```
32
-
33
-
4. Clone the new repository you create from this template:
26
+
3. Clone the new repository you create from this template:
0 commit comments