This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A small neural network is trained using Covariance Matrix Adaptation Evolution Strategies | |
# The idea is from this paper: https://arxiv.org/abs/1604.00772 | |
# This gist is using pybrain (http://pybrain.org/) | |
import logging | |
import os | |
import numpy as np | |
import gym |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# generic imports | |
import os | |
import imageio | |
import datetime | |
import numpy as np | |
# sentinelhub-py and eo-learn imports | |
from sentinelhub.geometry import BBox | |
from sentinelhub.constants import CRS, DataSource | |
from eolearn.core import EOTask, FeatureType, LinearWorkflow |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.