Skip to content

Commit 5da9d58

Browse files
authored
Update README.md
1 parent 168da3c commit 5da9d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<h1 style="text-align: center;">LEAP: Learning to Explore and Act via Pure Reinforcement Learning</h1>
22

33
## Installation
4-
1. leap is based on verl with vLLM>=0.8
4+
1. LEAP is based on verl with vLLM>=0.8
55
```
66
# Create the conda environment
7-
conda create -n leap python==3.10
8-
conda activate leap
7+
conda create -n LEAP python==3.10
8+
conda activate LEAP
99
10-
cd leap
10+
cd LEAP
1111
pip3 install -e .
1212
1313
# Install the latest stable version of vLLM

0 commit comments

Comments
 (0)