Skip to content

Commit 168da3c

Browse files
authored
Update README.md
1 parent 8942ca9 commit 168da3c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
<h1 style="text-align: center;">Embodied R1: Incentivizing Environment Interaction
2-
Ability in LLMs via Reinforcement Learning</h1>
1+
<h1 style="text-align: center;">LEAP: Learning to Explore and Act via Pure Reinforcement Learning</h1>
32

43
## Installation
5-
1. Embodied-r1 is based on verl with vLLM>=0.8
4+
1. leap is based on verl with vLLM>=0.8
65
```
76
# Create the conda environment
8-
conda create -n embodied-r1 python==3.10
9-
conda activate embodied-r1
7+
conda create -n leap python==3.10
8+
conda activate leap
109
11-
cd embodied-r1
10+
cd leap
1211
pip3 install -e .
1312
1413
# Install the latest stable version of vLLM

0 commit comments

Comments
 (0)