Skip to content

Commit

Permalink
iqn passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Lewis committed Mar 5, 2024
1 parent 257fca0 commit 73ea25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReinforcementLearningZoo/src/algorithms/dqns/iqn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ function RLBase.optimise!(learner::IQNLearner, batch::NamedTuple)
loss
end

# RLBase.optimise!(A, gs)
RLBase.optimise!(A, gs[1])
end

0 comments on commit 73ea25c

Please sign in to comment.