Removed old TODOs

This commit is contained in:
2022-08-28 12:07:19 +02:00
parent eb881559d6
commit 4080ad8135
3 changed files with 7 additions and 9 deletions
-2
View File
@@ -79,8 +79,6 @@ class ActorCriticPolicy(BasePolicy):
excluding the learning rate, to pass to the optimizer
"""
# TODO: Allow passing of dist_kwargs into dist
def __init__(
self,
observation_space: gym.spaces.Space,