Skip to content

Commit 1b06daa

Browse files
committed
remove git lfs requirement
1 parent 8b6bc32 commit 1b06daa

1 file changed

Lines changed: 12 additions & 19 deletions

File tree

README.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -23,51 +23,44 @@ You can quickly try out the humanoid benchmark by running the [training notebook
2323

2424
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)
2525
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:
3427

3528
```bash
3629
git clone git@github.com:<YOUR USERNAME>/ksim-gym.git
3730
cd ksim-gym
3831
```
3932

40-
5. Create a new Python environment (we require Python 3.11 or later)
41-
6. Install the package with its dependencies:
33+
4. Create a new Python environment (we require Python 3.11 or later)
34+
5. Install the package with its dependencies:
4235

4336
```bash
4437
pip install -r requirements.txt
4538
pip install 'jax[cuda12]' # If using GPU machine, install Jax CUDA libraries
4639
```
4740

48-
7. Train a policy:
41+
6. Train a policy:
4942

5043
```bash
5144
python -m train
5245
```
5346

54-
8. Convert the checkpoint to a `kinfer` model:
47+
7. Convert the checkpoint to a `kinfer` model:
5548

5649
```bash
5750
python -m convert /path/to/ckpt.bin /path/to/model.kinfer
5851
```
5952

60-
9. Visualize the converted model:
53+
8. Visualize the converted model:
6154

6255
```bash
63-
kinfer-sim assets/model.kinfer kbot --save-video assets/video.mp4
56+
kinfer-sim assets/model.kinfer kbot --start-height 1.2 --save-video video.mp4
6457
```
6558

66-
10. Commit the K-Infer model and the recorded video to this repository
67-
11. Push your code and model to your repository, and make sure the repository is public
68-
12. Write a message with a link to your repository on our [Discord](https://url.kscale.dev/discord) in the "【🧠】submissions" channel
69-
13. Wait for one of us to run it on the real robot - this should take about a day, but if we are dragging our feet, please message us on Discord
70-
14. Voila! Your name will now appear on our [leaderboard](https://url.kscale.dev/leaderboard)
59+
9. Commit the K-Infer model and the recorded video to this repository
60+
10. Push your code and model to your repository, and make sure the repository is public (you may need to use [git lfs](https://git-lfs.com))
61+
11. Write a message with a link to your repository on our [Discord](https://url.kscale.dev/discord) in the "【🧠】submissions" channel
62+
12. Wait for one of us to run it on the real robot - this should take about a day, but if we are dragging our feet, please message us on Discord
63+
13. Voila! Your name will now appear on our [leaderboard](https://url.kscale.dev/leaderboard)
7164

7265
## Troubleshooting
7366

0 commit comments

Comments
 (0)