Skip to content

Commit

Permalink
fixed a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fdreyer committed Mar 27, 2019
1 parent ab28f59 commit 978b94f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/groomrl/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def build_model(hps, input_dim):
return model

#----------------------------------------------------------------------
# inspire from:
# https://github.com/keras-rl/keras-rl/blob/master/examples/dqn_atari.py
# loosely inspired from keras-rl's dqn_atari model
def build_dqn(hps, input_dim):
"""Create a DQN agent to be used on lund inputs."""

Expand Down

0 comments on commit 978b94f

Please sign in to comment.