From e784b45806fb979e18f287c0478d07bfca8f89d5 Mon Sep 17 00:00:00 2001 From: Majdi Karim <karim.majdi@etu.ec-lyon.fr> Date: Tue, 5 Mar 2024 21:42:46 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aedf8c8..8e265d2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ MSO 3.4 Apprentissage Automatique Due to local installing issues the code was run on google cloud, google colab platform +the notebook presents how the code was run, you can check to view the steps that it took as well as the error that I encountered in the REINFORCE algorithm # REINFORCE algorithm To implement the REINFORCE algorithm on the CartPole environement, two important python modules are used in order to create instances of two different elements: -- GitLab