Skip to content

Commit

Permalink
Internal
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 382160750
  • Loading branch information
Magenta Team committed Jun 30, 2021
1 parent b1aa98b commit 3ce5c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion magenta/models/rl_tuner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ for musical aesthetics, try modifying the `reward_music_theory` function!
[blog post]: https://magenta.tensorflow.org/2016/11/09/tuning-recurrent-networks-with-reinforcement-learning/
[ipynb]: https://nbviewer.jupyter.org/github/tensorflow/magenta/tree/master/magenta/models/rl_tuner/rl_tuner.ipynb
[note rnn ckpt]: http://download.magenta.tensorflow.org/models/rl_tuner_note_rnn.ckpt
[magenta pretrained]: https://github.com/magenta/magenta/tree/master/magenta/models/melody_rnn#pre-trained
[magenta pretrained]: https://github.com/magenta/magenta/tree/main/magenta/models/melody_rnn#pre-trained
[dqn ex]: https://github.com/nivwusquorum/tensorflow-deepq/blob/master/tf_rl/
[g learning]: https://arxiv.org/pdf/1512.08562.pdf
[psi learning]: http://homepages.inf.ed.ac.uk/svijayak/publications/rawlik-RSS2012.pdf
Expand Down
2 changes: 1 addition & 1 deletion magenta/models/rl_tuner/rl_tuner_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def basic_rnn_hparams():
"""Generates the hparams used to train a basic_rnn.
These are the hparams used in the .mag file found at
https://github.com/magenta/magenta/tree/master/magenta/models/
https://github.com/magenta/magenta/tree/main/magenta/models/
melody_rnn#pre-trained
Returns:
Expand Down

0 comments on commit 3ce5c13

Please sign in to comment.