vlad17 / mve

MVE: model-based value estimation
Apache License 2.0
10 stars 0 forks source link

move omp_num_threads dependence to a flag dependence #327

Closed vlad17 closed 6 years ago

vlad17 commented 6 years ago

instead of using untyped env vars it'd be better to use the flag.

OMP_num_THREADS is used in the envs (parallelgymenv) but also when pulling in from gym2. the parallelism value should be passed as an argument accordingly