From 27f0c108dbdcdec3138c96d492be9b849645b04e Mon Sep 17 00:00:00 2001 From: spiglerg <spiglerg@gmail.com> Date: Wed, 3 Apr 2019 14:43:38 +0200 Subject: [PATCH] fixed pylint --- flatland/core/env.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/flatland/core/env.py b/flatland/core/env.py index 98e5778..263ae73 100644 --- a/flatland/core/env.py +++ b/flatland/core/env.py @@ -4,9 +4,6 @@ The base Environment class is adapted from rllib.env.MultiAgentEnv (https://github.com/ray-project/ray). """ -# TODO: add derived classes and environments, e.g., GridEnvironment and -# RailEnvironment. - class Environment: """Base interface for multi-agent environments in Flatland. -- GitLab