Skip to content
Snippets Groups Projects
Commit 57d9bbde authored by Gaste Adrien's avatar Gaste Adrien
Browse files

Beginning of .tex edit

parent 07e62843
No related branches found
No related tags found
No related merge requests found
...@@ -18,3 +18,5 @@ GUI/GUI.iml ...@@ -18,3 +18,5 @@ GUI/GUI.iml
*.dvi *.dvi
*.bbl *.bbl
*.blg *.blg
*.nav
*.snm
1. Résumé de la soutenance de janvier 1. Résumé de la soutenance de janvier - 5 min
1.1 Notre Projet (1 diapo) 1.1 Notre Projet (1 diapo)
1.2 Le Jeu du Pingouin (1 diapo) 1.2 Le Jeu du Pingouin (1 diapo)
1.3 Objectifs (1 diapo) 1.3 Objectifs (1 diapo)
1.4 MCTS (1-2 diapos) 1.4 MCTS (1-2 diapos)
1.5 Tic-Tac-Toe (1 diapo) 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 2.1 Le Plateau
Image expliquant le déplacement Image expliquant le déplacement
Bitboard des trous Bitboard des trous
...@@ -16,10 +16,12 @@ ...@@ -16,10 +16,12 @@
Déplacement des pingouins Déplacement des pingouins
--> fusion des positions + Bitboard des trous = Bitboard des obstacles, mis à jour dynamiquement --> 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.1 Intéraction MVC
3.2 JSON / Communication entre C++ et Java 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
File added
\documentclass[11pt]{beamer} \documentclass[11pt]{beamer}
\usetheme{Darmstadt} \usetheme{Darmstadt}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
%\usepackage[french]{babel} %\usepackage[french]{babel}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage{graphicx} \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} %\setbeamercovered{transparent}
%\setbeamertemplate{navigation symbols}{} %\setbeamertemplate{navigation symbols}{}
%\logo{} %\logo{}
%\institute{}
%\date{} \institute{Encadrant : Pascal GARCIA}
\date{Année scolaire 2015/16}
%\subject{} \\ %\subject{} \\
\AtBeginSection[] \AtBeginSection[]
{ {
\begin{frame} \begin{frame}
...@@ -19,8 +29,11 @@ ...@@ -19,8 +29,11 @@
\tableofcontents[currentsection] \tableofcontents[currentsection]
\end{frame} \end{frame}
} }
\begin{document} \begin{document}
\begin{frame} \begin{frame}
\titlepage \titlepage
\end{frame} \end{frame}
...@@ -29,13 +42,22 @@ ...@@ -29,13 +42,22 @@
%\tableofcontents %\tableofcontents
%\end{frame} %\end{frame}
\section{Intro}
\begin{frame}{dksokf}
\end{frame}
\section{Hello}
\section{Implémentation du MCTS pour le Jeu du Pingouin}
\begin{frame} \begin{frame}
huhu huhu
\end{frame} \end{frame}
\section{Interface graphique}
\begin{frame}
\end{frame}
\section{Let's get ready to rumble !}
\begin{frame}
\end{frame}
\end{document} \end{document}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment