Skip to content
Snippets Groups Projects
Forked from Flatland / Flatland
1744 commits behind the upstream repository.
example_network_003.py 163 B
import random

import numpy as np

from examples.demo import Demo

random.seed(1)
np.random.seed(1)

if __name__ == "__main__":
    Demo.run_example_network_003()