All Projects → makokal → MDPN

makokal / MDPN

Licence: MIT license
Unified notation for Markov Decision Processes PO(MDP)s

Programming Languages

TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to MDPN

HKUST PhD MPhil thesis Latex
The Hong Kong University of Science and Technology PhD/MPhil thesis latex template based on the latest official sample (http://pg.ust.hk/guides_n_forms/students/thesis_sample_page_phd.pdf)
Stars: ✭ 28 (+27.27%)
Mutual labels:  latex-template
UESTC Lab Report LaTeX Template
A LaTeX Template for UESTC Lab Report
Stars: ✭ 40 (+81.82%)
Mutual labels:  latex-template
AALpy
An Active Automata Learning Library Written in Python
Stars: ✭ 60 (+172.73%)
Mutual labels:  markov-decision-processes
publicacoes
Minhas publicações no LaTex
Stars: ✭ 50 (+127.27%)
Mutual labels:  latex-template
latex-thesis-template
A LaTeX template for humans.
Stars: ✭ 77 (+250%)
Mutual labels:  latex-template
HNUThesisTemplate
湖南大学本科生毕业论文LaTeX模板
Stars: ✭ 31 (+40.91%)
Mutual labels:  latex-template
Introduction-to-LaTeX
Introductory notes and templates for LaTeX
Stars: ✭ 23 (+4.55%)
Mutual labels:  latex-template
A LaTeX Template For Response Letter
No description or website provided.
Stars: ✭ 17 (-22.73%)
Mutual labels:  latex-template
elteikthesis
ELTE IK szakdolgozat és diplomamunka sablon.
Stars: ✭ 32 (+45.45%)
Mutual labels:  latex-template
thesis template
A comprehensive LaTeX template with examples for theses, books and more, employing the 'latest and greatest' (UTF8, glossaries, fonts, ...). The PDF artifact is built using CI/CD.
Stars: ✭ 121 (+450%)
Mutual labels:  latex-template
xelatex-cv-roald
XeLaTeX CV template
Stars: ✭ 34 (+54.55%)
Mutual labels:  latex-template
SPhdThesis
A Latex template for writing PhD Thesis
Stars: ✭ 22 (+0%)
Mutual labels:  latex-template
university of malta LaTeX dissertation template
A modern, highly configurable assignment/project/fyp/dissertation/thesis template.
Stars: ✭ 42 (+90.91%)
Mutual labels:  latex-template
langscibook
LaTeX class and additions for typesetting books
Stars: ✭ 31 (+40.91%)
Mutual labels:  latex-template
praca inzynierska latex
Szablon pracy inżynierskiej / magisterskiej na wydziale Informatyki i Telekomunikacji Politechniki Wrocławskiej
Stars: ✭ 19 (-13.64%)
Mutual labels:  latex-template
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (+0%)
Mutual labels:  latex-template
dithesis
Thesis class for undergraduate theses at the University of Athens
Stars: ✭ 31 (+40.91%)
Mutual labels:  latex-template
TJUThesisLatexTemplate
LaTeX templates for TJU graduate thesis. Originally forked from code.google.com/p/tjuthesis
Stars: ✭ 77 (+250%)
Mutual labels:  latex-template
Hierarchical-Decision-Making-for-Autonomous-Driving
Rich literature review and discussion on the implementation of "Hierarchical Decision-Making for Autonomous Driving"
Stars: ✭ 38 (+72.73%)
Mutual labels:  markov-decision-processes
beamerthemeuconn
LaTeX Beamer themes for the University of Connecticut
Stars: ✭ 20 (-9.09%)
Mutual labels:  latex-template

MDPN

A Unified notation for Markov Decision Processes (MDPs)

Building on the efforts of Philip Thomas in arXiv:1512.09075, we build a common Latex style for writing PO(MDP) related texts for publication, teaching, etc.

Why?

  • Have a standard notation, to save everyone time (readers, writers) of anything related to MDPs and friends
  • It is annoying to write the same paragraphs in every paper while trying to avoid self plagiarizing at the same time. This effort replaces such a paragraphs with a single phrase, e.g "we use the notation from X et.al".

Usage

% ...
\usepackage[alpha]{mdpn} % Select verbosity level

% In text
MDP is given by $\MDP$, with $\sset$ being the set of states, $\aset$ is the set of actions, $\Rfun$ is the reward function...
Let $\T{s}{a}{s'}$ be the probability of transitioning from ....

% ...

See the sample file for a concrete example. To compile the sample, simple run make if you have latexmk already installed.

Contributing

Simply create an issue, open a pull request, fork away

But wont this lead to https://xkcd.com/927/?

Hopefully not!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].