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

Ajout Presentation Soutenance

parent a8a03539
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,5 @@ GUI/GUI.iml
*.dvi
*.bbl
*.blg
*.nav
*.snm
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 - 5 min
2.1 Le Plateau
Image expliquant le déplacement
Bitboard des trous
2.2 Les Pingouins
Structure
Bitboard coups possibles dans une directions des 8 pingouins => Difficulté de manipulation des données
--> 1 bitboard = 1 pingouin avec toutes les données nécessaires
Déplacement des pingouins
--> fusion des positions + Bitboard des trous = Bitboard des obstacles, mis à jour dynamiquement
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 ! - 5 min
5. Pingu Garcia
\documentclass[11pt]{beamer}
\usetheme{Darmstadt}
\usepackage[utf8]{inputenc}
%\usepackage[french]{babel}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\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{Encadrant : Pascal GARCIA}
\date{Année scolaire 2015/16}
%\subject{} \\
\AtBeginSection[]
{
\begin{frame}
\frametitle{Table of Contents}
\tableofcontents[currentsection]
\end{frame}
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
%\begin{frame}
%\tableofcontents
%\end{frame}
\section{Introduction}
\subsection{Notre projet}
\begin{frame}
Bwahhahahahaha
\end{frame}
\subsection{Le Jeu du Pingouin}
\begin{frame}
huhu
\end{frame}
\subsection{Objectifs}
\begin{frame}
huhu
\end{frame}
\section{Prise en main du MCTS}
\subsection{le Monte Carlo Tree Search}
\begin{frame}
\end{frame}
\subsection{Le Tic-Tac-Toe}
\begin{frame}
huhu
\end{frame}
\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
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