Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/tutorial/retool.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ conda create -n sandbox-runtime python==3.11
conda activate sandbox-runtime

# Install dependencies
pip install -r runtime/python/requirement.txt
pip install -r runtime/python/requirements.txt
pip install poetry
poetry install

Expand Down Expand Up @@ -259,4 +259,4 @@ Execute the training script:
bash run_ppo_retool.sh
```

Training progress and logs will be saved to Wandb (if configured) and the console.
Training progress and logs will be saved to Wandb (if configured) and the console.