1
0

Generation mode aktivated again

This commit is contained in:
2022-07-04 00:20:08 +02:00
parent d6eb952226
commit bd29d92d64
4 changed files with 56 additions and 417 deletions

View File

@ -11,8 +11,20 @@ services:
volumes:
- ./experiments:/pyrate/experiments
- ./data:/pyrate/data
# scale: 1
scale: 0
pyrate-gen:
build:
context: pyrate
dockerfile: pyrate.data_generator.dockerfile
restart: "unless-stopped"
volumes:
- ./data:/pyrate/data
environment:
- save_frequency=50
- seed_start=150
- continues=False
scale: 8
volumes:
experiments: