diff --git a/.gitignore b/.gitignore index c92ce4acb2f07979670f07f106f3b3bdcb8a7e44..eb2abe7cb7babeca790e3ec28744912c41eca85d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ GUI/GUI.iml *.dvi *.bbl *.blg +*.nav +*.snm diff --git a/LaTex/Soutenance/Plan b/LaTex/Soutenance/Plan index 255386d54deaa1ca37dea3a8d7824dc182b7384b..227189f11c3850b211f50a54b67cab39585a0b0b 100644 --- a/LaTex/Soutenance/Plan +++ b/LaTex/Soutenance/Plan @@ -1,11 +1,11 @@ -1. Résumé de la soutenance de janvier - 1.1 Notre Projet (1 diapo) +1. Résumé de la soutenance de janvier - 5 min + 1.1 Notre Projet (1 diapo) 1.2 Le Jeu du Pingouin (1 diapo) 1.3 Objectifs (1 diapo) 1.4 MCTS (1-2 diapos) 1.5 Tic-Tac-Toe (1 diapo) -2. Implémentation du MCTS pour le Jeu du Pingouin +2. Implémentation du MCTS pour le Jeu du Pingouin - 5 min 2.1 Le Plateau Image expliquant le déplacement Bitboard des trous @@ -16,10 +16,12 @@ Déplacement des pingouins --> fusion des positions + Bitboard des trous = Bitboard des obstacles, mis à jour dynamiquement -3. Interface graphique +3. Interface graphique - 5 min 3.1 Intéraction MVC 3.2 JSON / Communication entre C++ et Java -4. Let's get ready to rumble ! +4. Let's get ready to rumble ! - 5 min + +5. Pingu Garcia diff --git a/LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.pdf b/LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.pdf new file mode 100644 index 0000000000000000000000000000000000000000..39b9cdb1ba9521b1791f8f52d3ff96a84885a71d Binary files /dev/null and b/LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.pdf differ diff --git a/LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.tex b/LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.tex index 8e48f396fad0c56a7a376fabc5b13212620a8d5a..14d00f835ef3c5a5b1a759d57cf2fd118c4fd451 100644 --- a/LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.tex +++ b/LaTex/Soutenance/Rapport_en_LaTeX/Soutenance.tex @@ -1,17 +1,27 @@ \documentclass[11pt]{beamer} + + \usetheme{Darmstadt} \usepackage[utf8]{inputenc} %\usepackage[french]{babel} \usepackage[T1]{fontenc} \usepackage{graphicx} -\author{Francesco BARIATTI} -\title{Yolo} + +\author{Francesco BARIATTI \and Adrien GASTÉ \and Mikael LE \and Romain LEBOUC} +\title{Étude Pratique : Développement d’une +Intelligence Artificielle à base de l’algorithme +Monte Carlo Tree Search} + + %\setbeamercovered{transparent} %\setbeamertemplate{navigation symbols}{} %\logo{} -%\institute{} -%\date{} + +\institute{Encadrant : Pascal GARCIA} +\date{Année scolaire 2015/16} %\subject{} \\ + + \AtBeginSection[] { \begin{frame} @@ -19,8 +29,11 @@ \tableofcontents[currentsection] \end{frame} } + + \begin{document} + \begin{frame} \titlepage \end{frame} @@ -29,13 +42,22 @@ %\tableofcontents %\end{frame} -\section{Intro} -\begin{frame}{dksokf} -\end{frame} -\section{Hello} + +\section{Implémentation du MCTS pour le Jeu du Pingouin} \begin{frame} huhu \end{frame} +\section{Interface graphique} +\begin{frame} + +\end{frame} + +\section{Let's get ready to rumble !} +\begin{frame} + +\end{frame} + + \end{document} \ No newline at end of file