Skip to content

Commit 641c6c6

Browse files
Fix homework README to reference main setup instructions
Use uv sync from main README instead of conflicting pip install Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 55c5d6a commit 641c6c6

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

homeworks/homework_1/README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,15 @@ Your `checkpoint.pt` must be loadable by your `load_policy` function.
4141

4242
## Getting Started
4343

44+
First, follow the setup instructions in the main [README](../../README.md) to install dependencies using `uv sync`.
45+
46+
Then:
4447
```bash
45-
# Install dependencies
46-
pip install torch numpy gymnasium pufferlib
48+
# Activate the virtual environment
49+
source .venv/bin/activate
4750

4851
# Problem 1: Run Q-iteration
49-
cd problem_1
52+
cd homeworks/homework_1/problem_1
5053
python problem_1.py
5154

5255
# Test your policy locally

0 commit comments

Comments
 (0)