flowersteam / explauto

An autonomous exploration library
http://flowersteam.github.io/explauto
GNU General Public License v3.0
64 stars 27 forks source link

Process vs Thread #29

Closed pierre-rouanet closed 10 years ago

pierre-rouanet commented 10 years ago

It seems rather complex to make all environment works with processes. For instance, the pypot environment doesn't work.

One option would be to choose when running an ExperimentPool if you want to use Thread or Process.

Maybe the environment (models ?) should themselves declare if they support processes or not.