yandexdataschool / Practical_RL

A course in reinforcement learning in the wild
The Unlicense
5.81k stars 1.68k forks source link

Broken links #84

Open yagudin opened 5 years ago

yagudin commented 5 years ago

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Related issues: #78.

justheuristic commented 5 years ago

Фигасе! Will fix asap

churnikov commented 5 years ago

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

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

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

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

Kismuz commented 5 years ago

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

justheuristic commented 5 years ago

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

justheuristic commented 5 years ago

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

dniku commented 5 years ago

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

digging-deeper

ashesh-0 commented 4 years ago

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

dniku commented 4 years ago

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

dniku commented 4 years ago

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