Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken links #84

Open
25 tasks done
yagudin opened this issue Sep 9, 2018 · 9 comments
Open
25 tasks done

Broken links #84

yagudin opened this issue Sep 9, 2018 · 9 comments

Comments

@yagudin
Copy link
Contributor

yagudin commented Sep 9, 2018

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
Copy link
Contributor

Фигасе! Will fix asap

@churnikov
Copy link

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

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

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

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

@Kismuz
Copy link

Kismuz commented Oct 10, 2018

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

@justheuristic
Copy link
Contributor

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

@justheuristic justheuristic self-assigned this Feb 1, 2019
@justheuristic
Copy link
Contributor

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

@dniku
Copy link
Collaborator

dniku commented May 9, 2019

В 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
Copy link

ashesh-0 commented Sep 5, 2019

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

@dniku
Copy link
Collaborator

dniku commented Sep 5, 2019

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

@dniku dniku reopened this Sep 5, 2019
@dniku
Copy link
Collaborator

dniku commented Oct 24, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants