diff --git a/Reinforcement Learning/Waste Management through advanced RL techniques/untitled58 (2).py b/Reinforcement Learning/Waste Management through advanced RL techniques/waste-management.py similarity index 98% rename from Reinforcement Learning/Waste Management through advanced RL techniques/untitled58 (2).py rename to Reinforcement Learning/Waste Management through advanced RL techniques/waste-management.py index 8c820a42..e2b8be1e 100644 --- a/Reinforcement Learning/Waste Management through advanced RL techniques/untitled58 (2).py +++ b/Reinforcement Learning/Waste Management through advanced RL techniques/waste-management.py @@ -1,11 +1,5 @@ # -*- coding: utf-8 -*- -"""Untitled58.ipynb -Automatically generated by Colab. - -Original file is located at - https://colab.research.google.com/drive/1UY_NK3eSJ4ybttbkUcNuKIUL0YzPkc68 -""" import numpy as np import random @@ -301,4 +295,4 @@ def replay(self, batch_size): plt.title('Overflow Events per Episode') plt.tight_layout() -plt.show() \ No newline at end of file +plt.show()