Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghassen-Chaabouni authored Jul 31, 2023
1 parent 03896aa commit f750037
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# Machine learning games
Set of games designed to experiment with QLearning, Neuroevolution, and PoseNet.

Welcome to Machine Learning Games, a repository containing set of games designed to experiment with QLearning, Neuroevolution, and PoseNet.

## Games

Here are some of the games and interactive applications available in this repository:

* [Ball_Q-Learning](https://github.com/Ghassen-Chaabouni/machine_learning_games/tree/master/Ball_Q-Learning): A simulation of a ball learning how to reach a target with Q-Learning.

* [Flappy_Bird_PoseNet](https://github.com/Ghassen-Chaabouni/machine_learning_games/tree/master/Flappy_Bird_PoseNet): Flappy Bird controlled with PoseNet.

* [Stickman_PoseNet](https://github.com/Ghassen-Chaabouni/machine_learning_games/tree/master/Stickman_PoseNet): A sample jumping game with PoseNet.

* [Drone_Q-Learning](https://github.com/Ghassen-Chaabouni/machine_learning_games/tree/master/Unity/Drone_Q-Learning): A Unity simulation of a drone learning how to fly with Q-Learning.

* [Wolf3d_PoseNet](https://github.com/Ghassen-Chaabouni/machine_learning_games/tree/master/Wolf3d_PoseNet): Wolf3d controlled PoseNet and pose classification.

* [Worm-Q-Learning](https://github.com/Ghassen-Chaabouni/machine_learning_games/tree/master/Worm-Q-Learning): A simulation of a worm learning how to jump with Q-Learning.

* [Worm_Neuroevolution](https://github.com/Ghassen-Chaabouni/machine_learning_games/tree/master/Worm_Neuroevolution): A simulation of a worm learning how to jump with Neuroevolution.

Please refer to the individual directories for each game for more details.

0 comments on commit f750037

Please sign in to comment.