Skip to content

Commit

Permalink
enhance/update-readme (#84)
Browse files Browse the repository at this point in the history
* ..

* ..
  • Loading branch information
dongminlee94 authored Jun 29, 2022
1 parent 314eb18 commit 4b065f6
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ $ conda activate meta
(meta) $ sh ./scripts/window-init.sh
```

**Colab 사용자**

Colab을 이용하실 경우, 아래의 명령어를 cell에 입력하여 PyTorch 관련 패키지들을 설치하고 이용해주세요.

```python
!pip install torchmeta torchtext==0.10.1 torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
```

### 4. 모델 학습 및 결과 확인

**Meta-SL**
Expand All @@ -85,6 +77,12 @@ Meta-SL은 각 알고리즘 폴더로 이동하여 `jupyter notebook`을 이용
(meta) $ jupyter notebook
```

Colab을 이용하실 경우, 아래의 명령어를 cell에 입력하여 PyTorch 관련 패키지들을 설치하고 이용해주세요.

```python
!pip install torchmeta torchtext==0.10.1 torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html
```

**Meta-RL**

Meta-RL은 각 알고리즘 폴더로 이동하여 아래의 명령어들을 이용하여 실행해주세요.
Expand Down

0 comments on commit 4b065f6

Please sign in to comment.