Skip to content

Commit

Permalink
remove white space; update assignment dates
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyuezhou committed Jan 22, 2025
1 parent 213a3b6 commit d4b5eaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docusaurus/website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
}

.course-description {
padding: 4rem;
padding: 0 4rem;
}

.profile-photos img {
Expand All @@ -55,6 +55,6 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
max-width: none !important;
}

/* .hero {
.hero {
padding-top: 0px !important;
} */
}
10 changes: 5 additions & 5 deletions docusaurus/website/src/pages/assignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The assignments will be released on Campuswire TBD.

| Assignment | Release Date | Due Date | Link |
| --- | --- | --- | --- |
| Assignment 0: Pre-requisites | January 31 | - | TBD |
| Assignment 1: NN, BC, multimodal BC | February 9 | February 23 | TBD |
| Assignment 2: Dagger, reward-weighted regression | Februrary 23 | March 8 | TBD |
| Assignment 3: Off-Policy Reinforcement Learning | March 8 | March 29 | TBD |
| Assignment 4: PPO | March 29 | April 12 | TBD |
| Assignment 0: Pre-requisites | January 24 | February 7 | TBD |
| Assignment 1: NN, BC, multimodal BC | February 7 | February 21 | TBD |
| Assignment 2: Dagger, reward-weighted regression | Februrary 21 | March 7 | TBD |
| Assignment 3: Off-Policy Reinforcement Learning | March 7 | March 21 | TBD |
| Assignment 4: PPO | March 21 | April 4 | TBD |
<!-- [TBD](google.com) -->

<!-- ## Assignment Environment and Installation Instructions
Expand Down
4 changes: 2 additions & 2 deletions docusaurus/website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*/

.heroBanner {
padding: 4rem 0;
padding: 0rem 0;
text-align: center;
position: relative;
overflow: hidden;
}

@media screen and (max-width: 966px) {
.heroBanner {
padding: 2rem;
padding: 0rem;
}
}

Expand Down

0 comments on commit d4b5eaa

Please sign in to comment.