def make_feed_dict()

in maddpg/common/tf_util.py [0:0]


    def make_feed_dict(data):
        """Given data input it to the placeholder(s)."""
        raise NotImplemented()