Skip to content

Commit

Permalink
Update evaluation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itaysegev authored Jul 15, 2024
1 parent a6c509f commit 092ef2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/dqn_tutorial/dqn/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
from gymnasium import spaces
from gymnasium.wrappers.monitoring.video_recorder import VideoRecorder

from dqn_tutorial.dqn.collect_data import epsilon_greedy_action_selection
from dqn_tutorial.dqn.q_network import QNetwork
from collect_data import epsilon_greedy_action_selection
from q_network import QNetwork


def evaluate_policy(
Expand Down

0 comments on commit 092ef2c

Please sign in to comment.