Practical_RL icon indicating copy to clipboard operation
Practical_RL copied to clipboard

Broken links

Open yagudin opened this issue 6 years ago • 9 comments

I used the following two commands to identify broken links. markdown-link-check is https://github.com/tcort/markdown-link-check

find ./Practical_RL/ -type f -name '*.ipynb' -exec jupyter nbconvert --to markdown {} \;
find ./Practical_RL/ -name \*.md -exec markdown-link-check -q {} \; > link_check.txt

This is the list of broken links:

FILE: ./Practical_RL//week4_approx_rl/seminar_pytorch.md

  • [x] https://s14.postimg.org/uzay2q5rl/qlearning_scheme.png

FILE: ./Practical_RL//week4_approx_rl/homework_lasagne.md

  • [x] https://s18.postimg.org/gbmsq6gmx/dqn_scheme.png

FILE: ./Practical_RL//week4_approx_rl/README.md

  • [x] https://www.nervanasys.com/demystifying-deep-reinforcement-learning/

FILE: ./Practical_RL//week4_approx_rl/seminar_tf.md

  • [x] https://s14.postimg.org/uzay2q5rl/qlearning_scheme.png

FILE: ./Practical_RL//week7_pomdp/practice_tensorflow.md

  • [x] https://s7.postimg.org/4y36s2b2z/env_pool.png

FILE: ./Practical_RL//week7_pomdp/homework_common_part2.md

  • [x] https://github.com/yandexdataschool/Practical_RL/blob/master/week4/Seminar4.2_conv_agent.ipynb

FILE: ./Practical_RL//week8_scst/bonus.md

  • [x] https://s30.postimg.org/f8um3kt5d/google_seq2seq_attention.gif

FILE: ./Practical_RL//week8_scst/README.md

  • [x] https://github.com/yandexdataschool/HSE_deeplearning/blob/master/week7/captioning_solution_ars.ipynb

FILE: ./Practical_RL//week9_policy_II/seminar_TRPO_pytorch.md

  • [x] https://s17.postimg.org/i90chxgvj/vine.png
  • [x] https://github.com/yandexdataschool/Practical_RL/blob/master/yet_another_week/seminar_MCTS.ipynb

FILE: ./Practical_RL//week9_policy_II/seminar_TRPO_tensorflow.md

  • [x] https://s17.postimg.org/i90chxgvj/vine.png
  • [x] https://github.com/yandexdataschool/Practical_RL/blob/master/yet_another_week/seminar_MCTS.ipynb

FILE: ./Practical_RL//week9_policy_II/seminar_TRPO_theano.md

  • [x] https://s17.postimg.org/i90chxgvj/vine.png
  • [x] https://github.com/yandexdataschool/Practical_RL/blob/master/yet_another_week/seminar_MCTS.ipynb

FILE: ./Practical_RL//week2_value_based/README.md

  • [x] http://incompleteideas.net/sutton/book/bookdraft2017june19.pdf

FILE: ./Practical_RL//week2_value_based/seminar2_MCTS.md

  • [x] https://github.com/yandexdataschool/Practical_RL/blob/master/week7/7.2_seminar_kung_fu.ipynb
  • [x] https://github.com/yandexdataschool/Practical_RL/blob/master/week7/7.3_homework.ipynb

FILE: ./Practical_RL//week2_value_based/seminar1_VI.md

  • [x] https://github.com/berkeleydeeprlcourse/homework/tree/master/sp17_hw/hw2

FILE: ./Practical_RL//yet_another_week/README.md

  • [x] http://incompleteideas.net/sutton/book/the-book-2nd.html

FILE: ./Practical_RL//week6_policy_based/homework_tensorflow.md

  • [x] https://s17.postimg.org/orswlfzcv/nnet_arch.png

FILE: ./Practical_RL//week6_policy_based/README.md

  • [x] https://www.sdsj.ru/slides/Vetrov.pdf

FILE: ./Practical_RL//week3_model_free/README.md

  • [x] http://ai.berkeley.edu/project

FILE: ./Practical_RL//week3_model_free/homework.md

  • [x] http://incompleteideas.net/sutton/book/ebook/node73.html
  • [x] http://incompleteideas.net/sutton/book/ebook/node72.html
  • [x] https://github.com/yandexdataschool/Practical_RL/blob/master/week3_model_free/seminar_py2t/pacman.py#L144

Related issues: #78.

yagudin avatar Sep 09 '18 13:09 yagudin

Фигасе! Will fix asap

justheuristic avatar Sep 09 '18 13:09 justheuristic

@justheuristic Такая же фигня в курсе на курсере

Только хотел начать жаловаться, но..

Короче, тут написали, что надо вместо postimg.org использовать postimg.cc

И все действительно работает!

churnikov avatar Sep 12 '18 08:09 churnikov

FILE: ./Practical_RL/tree/master/week9_policy_II/README.md

  • [x] Lecture by A. Seleznev, 5vision (russian) - video : https://github.com/yandexdataschool/Practical_RL/blob/master/week9_policy_II/www.youtube.com/watch?v=j1L2FnanXPo&t=119m45s

Kismuz avatar Oct 10 '18 09:10 Kismuz

коллеги, спасибо огромное за хак. Сейчас пройдусь по всему курсу и заменю (ETA ночь)

justheuristic avatar Nov 26 '18 18:11 justheuristic

Исправил большую часть. Остались только POMDP и policy-II, с ними разберёмся по ходу.

justheuristic avatar Feb 01 '19 20:02 justheuristic

В week01_intro/crossentropy_method.ipynb сломана ссылка https://casd35.wikispaces.com/file/view/digging_deeper_final.jpg/359658499/503x260/digging_deeper_final.jpg . Там было это?

digging-deeper

dniku avatar May 09 '19 13:05 dniku

https://s17.postimg.org/orswlfzcv/nnet_arch.png is not fixed. I don't see the png in the notebook.

ashesh-0 avatar Sep 05 '19 08:09 ashesh-0

Submitted #281 and #282 for master and coursera correspondingly.

dniku avatar Sep 05 '19 10:09 dniku

TODO: re-check all links both in master and coursera.

dniku avatar Oct 24 '19 14:10 dniku