Skip to content

Commit

Permalink
Merge pull request #88 from bokveizen/patch-2
Browse files Browse the repository at this point in the history
added reference for AttentionModel
  • Loading branch information
Junyoungpark authored Aug 30, 2023
2 parents aa7bd31 + f3c129e commit c00c5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rl4co/models/zoo/am/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class AttentionModel(REINFORCE):
"""Attention Model based on REINFORCE.
"""Attention Model based on REINFORCE: https://arxiv.org/abs/1803.08475.
Args:
env: Environment to use for the algorithm
Expand Down

0 comments on commit c00c5c1

Please sign in to comment.