This commit is contained in:
Ariel Kwiatkowski
2023-08-02 12:43:23 +02:00
committed by GitHub
parent 023dc89112
commit d6ea183807

View File

@@ -220,7 +220,6 @@ class REINFORCE:
self.rewards = [] self.rewards = []
# %% # %%
# Now lets train the policy using REINFORCE to master the task of Inverted Pendulum. # Now lets train the policy using REINFORCE to master the task of Inverted Pendulum.
# #