Skip to content

Commit

Permalink
Fix comment for AWAC
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqing_du committed Nov 16, 2022
1 parent 4064a63 commit f1440b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw5/cs285/agents/awac_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def train(self, ob_no, ac_na, re_n, next_ob_no, terminal_n):


# TODO: Run Exploration Model #
# Evaluate the exploration model on s' to get the exploration bonus
# Evaluate the exploration model on s to get the exploration bonus
# HINT: Normalize the exploration bonus, as RND values vary highly in magnitude
expl_bonus = None

Expand Down

0 comments on commit f1440b7

Please sign in to comment.