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 168da3c commit 5da9d58Copy full SHA for 5da9d58
README.md
@@ -1,13 +1,13 @@
1
<h1 style="text-align: center;">LEAP: Learning to Explore and Act via Pure Reinforcement Learning</h1>
2
3
## Installation
4
-1. leap is based on verl with vLLM>=0.8
+1. LEAP is based on verl with vLLM>=0.8
5
```
6
# Create the conda environment
7
-conda create -n leap python==3.10
8
-conda activate leap
+conda create -n LEAP python==3.10
+conda activate LEAP
9
10
-cd leap
+cd LEAP
11
pip3 install -e .
12
13
# Install the latest stable version of vLLM
0 commit comments