Skip to content

l-kuo/DRL_Lab

Repository files navigation

About Lab

$\textbf{Course}$
Deep Reinforcement Learning (Jan 2024)

$\textbf{Lecturer}$
Assoc.Prof. Dr.Mongkol Ekpanyapong

$\textbf{Teaching Assistant}$
Lin Tun Naing

$\textbf{Programming Language}$
Python

$\textbf{Lab Session Outlines}$
01 - Setup and Introduction to RL
02 - TBD

$\textbf{Python Basics}$

$\textbf{References}$

How to Install Git

Please follow the instruction from below link. Complete until the step 3. If you want to understand more about Git, you can complete all steps but not necessary for this lab. It is recommended to create the Git account with your own personal email address since you will be using throughout your career even after your degree.
https://www.freecodecamp.org/news/introduction-to-git-and-github/

How to clone a Git Repository

https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository

Follow the above link and try cloning my Deep Learning for Computer Vision Lab Repository.
https://github.com/l-kuo/DRL_Lab

How to put a screenshot in Jupyter Notebook Markdown

The following steps are the easiest way to put a screenshot in your Jupyter Markdown cell.
This will be useful for your assignment submission using Markdown

Step1
  • Add a new cell at a location where you want to put the screenshot. Notice that you have to select an existing cell before adding. A new cell will appear just below the cell you selected.

Step 1


Step2
  • Select the new cell and change the type of the cell by choosing "Markdown" on the task bar dropdown.

Step 2


Step3
  • Under the "Edit" tab, choose the "Insert Image" while selecting the cell.

Step 3


Step4
  • Click on "Choose File" and select your screenshot from your local directory. Then click "OK".

Step 4


Step5
  • When you have selected the screenshot image, the script inside the red rectangle will appear automatically. Once you run the cell, you will get the screenshot image shown in your markdown file.

Step 5


About

Deep Reinforcement Learning (January 2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published