diff --git a/Asteroids.mp4 b/Asteroids.mp4 new file mode 100644 index 0000000..d4d0612 Binary files /dev/null and b/Asteroids.mp4 differ diff --git a/Gravitar.mp4 b/Gravitar.mp4 new file mode 100644 index 0000000..4cac9cd Binary files /dev/null and b/Gravitar.mp4 differ diff --git a/README.md b/README.md index d586bda..a228afe 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,11 @@ Videos of AI playing Atari Add your videos and fill this out: [video link]() video details (algorithm, pixel or RAM, hyperparameters) + +[Gravitar_Mono](./Gravitar.mp4) Evolutionnary strategy = NSGA2, Individuals = CGP, RAM, n_offsprings = 80, n_pop = 100, r=0.1, m_output=0.6, m_nodes=0.1, C= 400, n_gen=1800, frameskip=1. + +[Asteroids_Mono](./Asteroids.mp4) Evolutionnary strategy = NSGA2, Individuals = CGP, RAM, n_offsprings = 80, n_pop = 100, r=0.1, m_output=0.6, m_nodes=0.1, C= 400, n_gen=1800, frameskip=1, mono-objectif. + +[StarGunner_Mono](./StarGunner.mp4) Evolutionnary strategy = NSGA2, Individuals = CGP, RAM, n_offsprings = 80, n_pop = 100, r=0.1, m_output=0.6, m_nodes=0.1, C= 400, n_gen=1800, frameskip=1. + +[SpaceInvaders_Mono](./SpaceInvaders.mp4) Evolutionnary strategy = NSGA2, Individuals = CGP, RAM, n_offsprings = 80, n_pop = 100, r=0.1, m_output=0.6, m_nodes=0.1, C= 400, n_gen=1800, frameskip=1. diff --git a/SpaceInvaders.mp4 b/SpaceInvaders.mp4 new file mode 100644 index 0000000..3cb80f2 Binary files /dev/null and b/SpaceInvaders.mp4 differ diff --git a/StarGunner.mp4 b/StarGunner.mp4 new file mode 100644 index 0000000..1750a2a Binary files /dev/null and b/StarGunner.mp4 differ