Skip to content
Snippets Groups Projects
Commit 733025dd authored by Florian Lübbe's avatar Florian Lübbe
Browse files

Update README.md

parent 4150188f
No related branches found
No related tags found
No related merge requests found
......@@ -37,22 +37,22 @@ RL4CO is built upon:
## Getting started
<a href="https://colab.research.google.com/github/kaist-silab/rl4co/blob/main/notebooks/1-quickstart.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
~~Clone the repository.~~
### **Clone the repository.**
```bash
git clone https://gitlab.gwdg.de/srp_tim/srprl4co.git
cd srprl4co
```
**Set up a new conda environment and activate it.**
### **Set up a new conda environment and activate it.**
```bash
conda create -n rl4co-env python=3.10
source activate rl4co-env
```
**Import all packages fast wohoo with** `pip`; **Have fun!**
### **Import all packages fast wohoo with** `pip`; **Have fun!**
```bash
pip install "torch>=2.0.0"
pip install "torchrl>=0.1.1"
pip install "tensordict>=0.1.1"
pip install "lightning>=2.0.5"
pip install torch==2.0.0
pip install torchrl==0.1.1
pip install tensordict==0.1.1
pip install lightning==2.0.5
pip install hydra-core
pip install hydra-colorlog
pip install omegaconf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment