Runtime API - multiple runs [closed]
Hi all,
I am working on integrating E+ with OpenAI Gym to train reinforcement learning agents. When using the new runtime API, I am getting an error when trying to run multiple simulations.
The documentation says to run clear_callbacks before making multiple runs - but it doesn't make any effect.
Some people ran the simulation in a different process and communicated through pipes but I would like to use new API callback features to simplify the process.
Any hint about what is going on?
Thanks in advance,
Are you running these simulations in parallel?
I am doing RL work too, one simulation at a time on my CPU. And I would like to run multiple simulations at once to speed up training and tuning.
Yes. With more recent E+ versions I don't get further errors caused by threading.