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,
Closed for the following reason "question is not relevant or outdated" by Sergio Ortiz 2020-09-06 05:53:57 -0500
Comments
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.