Skip to content

Commit 55c5d6a

Browse files
Add leaderboard URL to Homework 1 README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5acec25 commit 55c5d6a

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

homeworks/homework_1/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ This homework covers tabular and deep Q-learning methods.
66

77
- `Homework_1_theory.pdf` - Theory questions (submit on Gradescope)
88
- `problem_1/` - Tabular Q-iteration for MountainCar
9-
- `problem_2/` - DQN for Tetris (provided separately)
109

1110
## Submission Instructions
1211

1312
### Theory (Gradescope)
14-
Submit your answers to the theory questions as a PDF on Gradescope.
13+
Submit your answers to the theory questions as a PDF on Brightspace.
1514

1615
### Programming Problems (Leaderboard)
1716

@@ -27,7 +26,7 @@ For each programming problem, submit to the course leaderboard:
2726

2827
### How to Submit to Leaderboard
2928

30-
1. Go to the course leaderboard website
29+
1. Go to the course leaderboard: https://eval-server-production-c3fe.up.railway.app/
3130
2. Select the appropriate problem (MountainCar or Tetris)
3231
3. Upload your `policy.py` and `checkpoint.pt` files
3332
4. Wait for evaluation results
@@ -56,5 +55,5 @@ python policy.py
5655

5756
## Grading
5857

59-
- Theory questions: See Gradescope rubric
58+
- Theory questions: See Brightspace rubric
6059
- Programming problems: Pass/fail based on leaderboard performance thresholds

0 commit comments

Comments
 (0)