-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speeding up the DMLab simulation process #189
Comments
|
Thanks @charlesbeattie for the clarification. I will play around more with that variable and see whether I can speed up the simulation somehow. Best! |
|
I see. Regarding the optimization issue, that is exactly what I am currently working on. The simulation is working fine with some optimizators, but relatively slow as I described. Unfortunately, I do not have any GPU support yet, for which I was looking for a way to speed it up based on CPU. Thanks! |
I am running a simulation on a 8 core CPU computer. It will take ~200 hs to finish. Basically, I have 8 threads running simultaneously and each one opens a DeepMind lab session and process several iterations.
My question is whether there is a way to make the process of simulating the trajectories in DeepMind lab faster in computational terms? In other words, can we run the DeepMind lab in terms of computer cycles rather than waiting the specified secs? (the parameter episodeLengthSeconds indicates "Episode length in seconds"). But, changing that parameter to a small value (e.g. episodeLengthSeconds = 0.01) does not seem to be a solution.
There is not any indication of how to speed up that simulation process at: https://github.com/deepmind/lab/blob/master/docs/developers/minimal_level_tutorial.md
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: