diff --git a/README.md b/README.md index e9d71ea..0cfa1a3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Celeste-AI: A Celeste Classic DQL Agent -This is an attempt to create a deep Q-learning agent that learns to play Celeste Classic. +This is an attempt to create a deep Q-learning agent that automatically solves the first stage of Celeste Classic. +A gif of the result is below. This took 4000 episodes, which amounts to about 30 hours of training time. + +![Demo](./resources/first-bot-finish.gif) ## Contents diff --git a/resources/first-bot-finish.gif b/resources/first-bot-finish.gif new file mode 100644 index 0000000..bf7d963 Binary files /dev/null and b/resources/first-bot-finish.gif differ