Skip to content
Snippets Groups Projects
Commit 54c5073e authored by tuhe's avatar tuhe
Browse files

Uploaded last exam hadnouts

parent d8c632b1
Branches
No related tags found
No related merge requests found
No preview for this file type
# This file may not be shared/redistributed without permission. Please read copyright notice in the git repo. If this file contains other copyright notices disregard this text.
from irlc.lectures.lec11.lecture_10_sarsa_open import open_play
from irlc.lectures.lec12.sarsa_lambda_delay import SarsaLambdaDelayAgent
if __name__ == "__main__":
open_play(SarsaLambdaDelayAgent, method_label="Sarsa(Lambda)", lamb=0.8)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment