Skip to content

Commit 3e92bae

Browse files
Remove Problem 2 references from Homework 1 README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 641c6c6 commit 3e92bae

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

homeworks/homework_1/README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Homework 1: Value-Based Reinforcement Learning
22

3-
This homework covers tabular and deep Q-learning methods.
3+
This homework covers tabular Q-learning methods.
44

55
## Structure
66

@@ -20,14 +20,10 @@ For each programming problem, submit to the course leaderboard:
2020
- Submit: `policy.py` and `checkpoint.pt`
2121
- Your policy must achieve mean reward > -150
2222

23-
**Problem 2: Tetris DQN**
24-
- Submit: `policy.py` and `checkpoint.pt`
25-
- Your policy must beat the random baseline
26-
2723
### How to Submit to Leaderboard
2824

2925
1. Go to the course leaderboard: https://eval-server-production-c3fe.up.railway.app/
30-
2. Select the appropriate problem (MountainCar or Tetris)
26+
2. Select MountainCar
3127
3. Upload your `policy.py` and `checkpoint.pt` files
3228
4. Wait for evaluation results
3329

0 commit comments

Comments
 (0)