View Single Post
  #1  
Old 02-27-2014, 11:57 AM
mhtong mhtong is offline
Member
 
Join Date: Sep 2012
Posts: 6
Turning off rendering

This may seem an odd request, but is there a way to have Vizard run its main loop without actually opening up a display or rendering anything? I was hoping there'd be a flag in viz.go() to do this, but it doesn't appear to be the case.

I have an environment coded up and I'd like an AI agent to be able to train in it. I could duplicate much of the code for the environment, but what would be easiest since I want the environment to be acting the same as normal would be to simply disable rendering and allow everything to work internally as if it were running as normal (but much faster).
Reply With Quote