Skip to content

fuyh20/THU-DRL2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

Installation

This assignment consists of three tasks. The detailed requirements of each task can be found in hw4.pdf.

Please fill in the blanks inside the "YOUR IMPLEMENTATION HERE" comments, any changes outside the area might be ignored.

Getting Started

You can use exactly the same environment as in hw3, without any modification. If you encounter any trouble creating the environment, please let us know :-)

Submitting the Results

After finishing your homework, please remember to commit the changes and push them to the GitHub repo.

TAs have created a GitHub workflow to evaluate your code automatically, and a reference score of your homework can be found on the Actions page of your repository. (The total points of the auto-test is 30, and 70 points are assigned to the report.)

You can also use the following command to quickly test your code locally.

python test_main.py

If your code is correct, you will see the following output:

Test Name              Result    Score
---------------------  --------  -------
test_get_policy_loss   Passed    10 pts
test_get_value_loss    Passed    10 pts
test_get_entropy_loss  Passed    10 pts
---------------------  --------  -------
Total                  3/3       30 pts

However, the local test does not guarantee the final score you will get from the GitHub classroom. Please make sure your last commit can pass the GitHub workflow.

NOTICE: DO NOT MODIFY AUTO-GRADING CODE!

The auto-grading relies on the contents within the .github, test folders, and the test_main.py file. These files should not be altered. You will not be able to modify your commit history as all changes are saved permanently in the GitHub classroom records.

Attempts to bypass the auto-grading system, either by altering grading scripts or creating functions intended to manipulate the test cases, will be recorded. Teaching assistants can easily verify any changes to these files.

Modifying auto-grading code or attempting to manipulate it will result in a zero mark for the assignment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages