diff --git a/rl_unplugged/atari.py b/rl_unplugged/atari.py index fcbe3ba..d7a9ca7 100644 --- a/rl_unplugged/atari.py +++ b/rl_unplugged/atari.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2020 DeepMind Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rl_unplugged/atari_example.py b/rl_unplugged/atari_example.py index 009c55b..bc56a36 100644 --- a/rl_unplugged/atari_example.py +++ b/rl_unplugged/atari_example.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2020 DeepMind Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rl_unplugged/dm_control_suite.py b/rl_unplugged/dm_control_suite.py index 0cccaac..f58b3ae 100644 --- a/rl_unplugged/dm_control_suite.py +++ b/rl_unplugged/dm_control_suite.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2020 DeepMind Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rl_unplugged/dm_control_suite_example.py b/rl_unplugged/dm_control_suite_example.py index 9f8b1c4..8b215f1 100644 --- a/rl_unplugged/dm_control_suite_example.py +++ b/rl_unplugged/dm_control_suite_example.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2020 DeepMind Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rl_unplugged/networks.py b/rl_unplugged/networks.py index 10d1263..137ba2b 100644 --- a/rl_unplugged/networks.py +++ b/rl_unplugged/networks.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2020 DeepMind Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rl_unplugged/rwrl.py b/rl_unplugged/rwrl.py index c75546b..67c10ed 100644 --- a/rl_unplugged/rwrl.py +++ b/rl_unplugged/rwrl.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2020 DeepMind Technologies Limited. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/rl_unplugged/rwrl_example.py b/rl_unplugged/rwrl_example.py index 21620bc..ff3335e 100644 --- a/rl_unplugged/rwrl_example.py +++ b/rl_unplugged/rwrl_example.py @@ -1,4 +1,3 @@ -# Lint as: python3 # pylint: disable=line-too-long # Copyright 2020 DeepMind Technologies Limited. # diff --git a/scratchgan/experiment.py b/scratchgan/experiment.py index 293ff53..9a30f78 100644 --- a/scratchgan/experiment.py +++ b/scratchgan/experiment.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2019 DeepMind Technologies Limited and Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scratchgan/generators.py b/scratchgan/generators.py index c861753..ab12cc8 100644 --- a/scratchgan/generators.py +++ b/scratchgan/generators.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2019 DeepMind Technologies Limited and Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scratchgan/losses.py b/scratchgan/losses.py index a88ff0d..8ab8524 100644 --- a/scratchgan/losses.py +++ b/scratchgan/losses.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2019 DeepMind Technologies Limited and Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scratchgan/reader.py b/scratchgan/reader.py index 8aaff6c..72cefce 100644 --- a/scratchgan/reader.py +++ b/scratchgan/reader.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2019 DeepMind Technologies Limited and Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/scratchgan/utils.py b/scratchgan/utils.py index 8e23714..ab33010 100644 --- a/scratchgan/utils.py +++ b/scratchgan/utils.py @@ -1,4 +1,3 @@ -# Lint as: python3 # Copyright 2019 DeepMind Technologies Limited and Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/tvt/pycolab/active_visual_match.py b/tvt/pycolab/active_visual_match.py index bfe4d7f..8857443 100644 --- a/tvt/pycolab/active_visual_match.py +++ b/tvt/pycolab/active_visual_match.py @@ -1,4 +1,3 @@ -# Lint as: python2, python3 # pylint: disable=g-bad-file-header # Copyright 2019 DeepMind Technologies Limited. All Rights Reserved. # diff --git a/tvt/pycolab/common.py b/tvt/pycolab/common.py index 1cca6a2..56eb593 100644 --- a/tvt/pycolab/common.py +++ b/tvt/pycolab/common.py @@ -1,4 +1,3 @@ -# Lint as: python2, python3 # pylint: disable=g-bad-file-header # Copyright 2019 DeepMind Technologies Limited. All Rights Reserved. # diff --git a/tvt/pycolab/env.py b/tvt/pycolab/env.py index 9309b3b..9f64572 100644 --- a/tvt/pycolab/env.py +++ b/tvt/pycolab/env.py @@ -1,4 +1,3 @@ -# Lint as: python2, python3 # pylint: disable=g-bad-file-header # Copyright 2019 DeepMind Technologies Limited. All Rights Reserved. # diff --git a/tvt/pycolab/key_to_door.py b/tvt/pycolab/key_to_door.py index dc5cb33..f2738af 100644 --- a/tvt/pycolab/key_to_door.py +++ b/tvt/pycolab/key_to_door.py @@ -1,4 +1,3 @@ -# Lint as: python2, python3 # pylint: disable=g-bad-file-header # Copyright 2019 DeepMind Technologies Limited. All Rights Reserved. # diff --git a/tvt/pycolab/objects.py b/tvt/pycolab/objects.py index 0c261da..b216a37 100644 --- a/tvt/pycolab/objects.py +++ b/tvt/pycolab/objects.py @@ -1,4 +1,3 @@ -# Lint as: python2, python3 # pylint: disable=g-bad-file-header # Copyright 2019 DeepMind Technologies Limited. All Rights Reserved. #