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

20_markov_decision_processes_part_2 #26

Open
wants to merge 57 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
707a99d
feat: add first version of files
aboots Jan 7, 2022
02ab63b
feat: add images
aboots Jan 7, 2022
82a567f
feat: add notebook to index
aboots Jan 7, 2022
eb71ae2
feat: add notebook to index
aboots Jan 7, 2022
4994cb5
feat: changes in index.md
aboots Jan 7, 2022
b254837
feat: add author image
aboots Jan 7, 2022
f07953f
feat: update index.md
aboots Jan 7, 2022
cefadb4
feat: update index.md
aboots Jan 7, 2022
aa54cc7
feat: update index.md
aboots Jan 7, 2022
3feffe9
feat: update index.md
aboots Jan 7, 2022
831d2de
feat: update index.md
aboots Jan 7, 2022
57f3db2
feat: add notebook to index
aboots Jan 7, 2022
156b781
Fix: 20_mdp_p2 address + metadata
vahidzee Jan 7, 2022
28cb296
Fix: publish_dir
vahidzee Jan 7, 2022
eb8f462
Fix: metadata people
vahidzee Jan 7, 2022
f30c70f
feat: changes in yml files
aboots Jan 7, 2022
a5878be
feat: update index.md
aboots Jan 7, 2022
03799e9
feat: update index.md
aboots Jan 7, 2022
bd3dfcd
fix: add starts and enter
yaldashbz Jan 8, 2022
150dd9d
Merge pull request #1 from aboots/policy-iteration
yaldashbz Jan 8, 2022
4f5c0dc
fix: policy improvement underscore
yaldashbz Jan 8, 2022
495ab36
Merge pull request #2 from aboots/policy-iteration
yaldashbz Jan 8, 2022
17ebe6d
fix: policy pseudocode
yaldashbz Jan 8, 2022
9fff370
Merge pull request #3 from aboots/policy-iteration
yaldashbz Jan 8, 2022
9413ce6
fix: policy pseudocode
yaldashbz Jan 8, 2022
b64b3db
Merge pull request #4 from aboots/policy-iteration
yaldashbz Jan 8, 2022
a8bf94a
fix: beautify policy pseudocode
yaldashbz Jan 8, 2022
754b9d9
Merge pull request #5 from aboots/policy-iteration
yaldashbz Jan 8, 2022
c84cc1e
feat: update index.md
aboots Jan 8, 2022
785952b
feat: update index.md
aboots Jan 8, 2022
84559a3
Update index.md
invisible0831 Jan 8, 2022
f0c753f
feat: update index.md references
aboots Jan 8, 2022
e5e839f
feat: update index.md
aboots Jan 8, 2022
6b15f33
feat: update index.md
aboots Jan 8, 2022
4fd4838
feat: update index.md
aboots Jan 8, 2022
a0e320a
feat: update index.md
aboots Jan 8, 2022
d9391ba
feat: update index.md
aboots Jan 8, 2022
ff4e6a8
feat: update index.md
aboots Jan 8, 2022
ccb7c5a
feat: update index.md
aboots Jan 8, 2022
f26b1f2
feat: update index.md
aboots Jan 8, 2022
c351fac
feat: update index.md
aboots Jan 8, 2022
2dedc66
feat: update index.md
aboots Jan 8, 2022
a8aaf49
feat: update index.md
aboots Jan 8, 2022
336995f
feat: update index.md
aboots Jan 8, 2022
7ed1fe7
feat: update index.md
aboots Jan 8, 2022
d91be80
feat: update index.md
aboots Jan 8, 2022
0e0f83b
feat: update index.md
aboots Jan 8, 2022
b157050
feat: update index.md
aboots Jan 8, 2022
f0079bd
fix: english improvement in index.md
aboots Jan 19, 2022
f17bfe6
fix: english improvement in index.md
aboots Jan 19, 2022
cac25e1
Update index.md
invisible0831 Jan 23, 2022
e5a5ca6
Update index.md
invisible0831 Jan 23, 2022
6506847
fix: english bug
yaldashbz Jan 27, 2022
224e770
Merge pull request #6 from aboots/fix-comments
yaldashbz Jan 27, 2022
9fdb5a1
change
invisible0831 Jan 28, 2022
df94060
change conclusion
invisible0831 Jan 28, 2022
0ad1eab
chage intro
invisible0831 Jan 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable_jekyll: true
allow_empty_commit: true
publish_dir: .
publish_dir: './webified/'
exclude_assets: '.github'
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
672 changes: 672 additions & 0 deletions notebooks/20_markov_decision_processes_part_2/index.md

Large diffs are not rendered by default.

34 changes: 34 additions & 0 deletions notebooks/20_markov_decision_processes_part_2/metadata.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
title: Markov Decision Processes - Part 2

header:
title: Markov Decision Processes - Part 2
description: An Introduction to Markov Decision Processes (From Value Iteration Till The End)

authors:
label:
position: top
kind: people
content:
- name: Mohammad Mahdi Abootorabi
role: Author
contact:
- link: https://github.com/aboots
icon: fab fa-github
- link: mailto:[email protected]
icon: fas fa-envelope

- name: Yalda Shabanzadeh
role: Author
contact:
- link: https://github.com/yaldashbz
icon: fab fa-github
- link: mailto:[email protected]
icon: fas fa-envelope

- name: Amirreza Soleimanbeigi
role: Author
contact:
- link: https://github.com/invisible0831
icon: fab fa-github
- link: mailto:[email protected]
icon: fas fa-envelope
2 changes: 2 additions & 0 deletions notebooks/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ notebooks:
kind: S2021, LN, Notebook
- notebook: notebooks/16_deep_neural_networks/
kind: S2021, LN, Notebook
- md: notebooks/20_markov_decision_processes_part_2
kind: F2021, LN
#- notebook: notebooks/17_markov_decision_processes/
- notebook: notebooks/18_reinforcement_learning/
kind: S2021, LN, Notebook