We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8942ca9 commit 168da3cCopy full SHA for 168da3c
README.md
@@ -1,14 +1,13 @@
1
-<h1 style="text-align: center;">Embodied R1: Incentivizing Environment Interaction
2
-Ability in LLMs via Reinforcement Learning</h1>
+<h1 style="text-align: center;">LEAP: Learning to Explore and Act via Pure Reinforcement Learning</h1>
3
4
## Installation
5
-1. Embodied-r1 is based on verl with vLLM>=0.8
+1. leap is based on verl with vLLM>=0.8
6
```
7
# Create the conda environment
8
-conda create -n embodied-r1 python==3.10
9
-conda activate embodied-r1
+conda create -n leap python==3.10
+conda activate leap
10
11
-cd embodied-r1
+cd leap
12
pip3 install -e .
13
14
# Install the latest stable version of vLLM
0 commit comments