You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using linux with malmoenv as a python module and I was trying to make malmo run faster, but I could not find any solution that would work for me. On my PC Malmo is running around 5 FPS (including the reset time) which is quite slow to train RL agents on many missions.
This is related to previous issues I have seen such as: #853
I have set the tcpNoDelay to both java and python sides, but did not observe any speedup.
I have also tried to change the settings in the mission XML (The MsPerTick variable), but I did not observe any speedup from either. The only thing that seemed to work is setting the forceReset in the mission XML to False - but that has some side affects that could be a problem for longer trainings.
Is there any solution or documentation on this?
The text was updated successfully, but these errors were encountered:
I am using linux with malmoenv as a python module and I was trying to make malmo run faster, but I could not find any solution that would work for me. On my PC Malmo is running around 5 FPS (including the reset time) which is quite slow to train RL agents on many missions.
This is related to previous issues I have seen such as: #853
I have set the
tcpNoDelay
to both java and python sides, but did not observe any speedup.I have also tried to change the settings in the mission XML (The
MsPerTick
variable), but I did not observe any speedup from either. The only thing that seemed to work is setting theforceReset
in the mission XML to False - but that has some side affects that could be a problem for longer trainings.Is there any solution or documentation on this?
The text was updated successfully, but these errors were encountered: