Guy Tennenholtz
Guy Tennenholtz
Is there support for training on multiple environments simultaneously (i.e., PPO with 16 envs)?
I'm getting this error when calling pip install . in the flightlib directory (after installing all prerequisites). Any ideas? Full log: ERROR: Command errored out with exit status 1: command:...
I've been having trouble installing flightmare. I've attempted installing it on fresh installations of Ubuntu 20 on 4 different machines. I always get the same error: (venv) guy@guy-desktop:~/Projects/flightmare/flightlib$ pip install...
``` import medkit as mk synthetic_dataset = mk.batch_generate( domain = "Ward", environment = "CRN", policy = "LSTM", size = 1000, test_size = 200, max_length = 10, scale = True) ```...