From 6dcf639416b14069c2687b1300d8ff1803f28e9d Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Fri, 20 Oct 2023 09:47:12 +0100 Subject: [PATCH] copyright --- benchmarl/algorithms/mappo.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/benchmarl/algorithms/mappo.py b/benchmarl/algorithms/mappo.py index 3969f8e8..9de51959 100644 --- a/benchmarl/algorithms/mappo.py +++ b/benchmarl/algorithms/mappo.py @@ -3,10 +3,6 @@ # This source code is licensed under the license found in the # LICENSE file in the root directory of this source tree. # -# -# This source code is licensed under the license found in the -# LICENSE file in the root directory of this source tree. -# from dataclasses import dataclass, MISSING from typing import Dict, Iterable, Tuple, Type