Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 1.37 KB

colab-tutorial.md

File metadata and controls

48 lines (23 loc) · 1.37 KB

Colab Instruction

In the assignments, you may find the badge as:

Open In Colab

Click on the button, and you will be redirected to the colab website and shown the assignment notebook. The pop-up window looks like:

Please do not start coding since your edits will not be saved, as shown:

Before writing your code, please make sure you already click File - Save a copy in ... to transfer the ownership of the notebook to yourself:

After that, you will see a new pop-up window:

In the new popup window, you can save your edits as:

Now start coding!


Some notes

You can use local machine and/or colab to edit and run your code. We don't constrain which platform you use.

Colab has usage limit. Please check colab policy very carefully to avoid your training being unexpectedly stopped or unsaved.


CS260R 2023Fall: Reinforcement Learning. Department of Computer Science at University of California, Los Angeles. Course Instructor: Professor Bolei ZHOU. Assignment author: Zhenghao PENG.