Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Open In Colab   Open in Kaggle

Intro

Install and import feedback gadget

Source
# @title Install and import feedback gadget

!pip3 install vibecheck datatops --quiet

from vibecheck import DatatopsContentReviewContainer
def content_review(notebook_section: str):
    return DatatopsContentReviewContainer(
        "",  # No text prompt
        notebook_section,
        {
            "url": "https://pmyvdlilci.execute-api.us-east-1.amazonaws.com/klab",
            "name": "neuromatch_cn",
            "user_key": "y1x3mpx5",
        },
    ).render()


feedback_prefix = "W1D2_Intro"

Prerequisites

This day’s materials require your previous experience with modelling in pytorch, especially Tutorial 1. For the rest of the materials, you can benefit more if you had opportunity to familiarize yourself with Reinforcement Learning paradigm (agents and environments) earlier.

Video

Intro Video

Youtube
Bilibili

Slides