Skip to content
Snippets Groups Projects
Unverified Commit 92650ac6 authored by Antoine's avatar Antoine Committed by GitHub
Browse files

Update README.md

parent f5703869
No related branches found
No related tags found
No related merge requests found
...@@ -40,5 +40,25 @@ Trello : https://trello.com/b/YGhNeYX3/projet-apprentissage-par-renforcement ...@@ -40,5 +40,25 @@ Trello : https://trello.com/b/YGhNeYX3/projet-apprentissage-par-renforcement
| ├── Makefile | ├── Makefile
| ├── markov.txt | ├── markov.txt
| └── map.txt | └── map.txt
└── jeu_appren_par_renfo └── jeu_appren_par_renfo
├── render_2d
├── bin
| └── [fichiers .o]
├── moving_ball
| └── [test de q-learning]
├── Res
| └── [fichiers .png et .ttf]
├── src
| ├── ball.c
| ├── ennemy.c
| ├── gest_event.c
| ├── main.c
| ├── map.c
| ├── player.c
| ├── qlearn.c
| ├── render.c
| └── [fichiers .h associés]
├── Makefile
├── map.txt
└── q.txt
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment