We're having some strange issues with the environmental rendering
speed in RL-Viz on some computers that Matt Taylor's trying to run
TAMER on. It's updating the Environment Visualizer every 10 time steps
or less often. I believe this is happening with both Mountain Car and
Cart Pole. I've checked that render() in Cart Pole is called each time
step, so the issue isn't there. And I can't find where in the RL-Viz
code it updates the graphics, so I wasn't able to check that.
Can you tell me where in the RL-Viz code I would dig into to figure
out what's slowing it down. And/or do you have any general ideas why
this might be an issue on multiple computers of his department's but
not any others (including Cygwin, Mac, and Linux machines at UT)?
Thanks,
Brad
>>>>>
>>>>>
>>>>> On Mon, Apr 4, 2011 at 3:32 PM, Matthew E. Taylor <tay...@lafayette.edu> wrote:
>>>>>> Yes - it's run on the box I'm sitting in front of. I've never seen
>>>>>> that either....
>>>>>> Do you know how to print out the frame rate or # of updates in RL-viz?
>>>>>> I'm not sure I know enough to go digging around in your code, but if
>>>>>> you can't replicate the problem from texas, I'm not sure what the best
>>>>>> strategy is.
>>>>>>
>>>>>> -Matt
>>>>>>
>>>>>>
>>>>>> -----------------------------------------------------------
>>>>>> Matthew E. Taylor | Lafayette College
>>>>>> Assistant Professor | Computer Science
>>>>>> http://cs.lafayette.edu/~taylorm
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, Apr 4, 2011 at 3:28 PM, W Bradley Knox <brad...@cs.utexas.edu> wrote:
>>>>>>> Weird. That's never been an issue before. And you're running it locally?
>>>>>>>
>>>>>>> On Mon, Apr 4, 2011 at 2:22 PM, Matthew E. Taylor <tay...@lafayette.edu> wrote:
>>>>>>>> The visualizer is only re-drawing the picture
>>>>>>>> once or twice every episode. I had thought it was just me using VNC,
>>>>>>>> but I went and sat at the machine, and the updates to the visualizer
>>>>>>>> were really slow. It was slow enough that there's really no way to see
>>>>>>>> what the agent's policy is in cart pole.
>>>>>>>>
>>>>>>>> -Matt
>>>>>>>>
--
You received this message because you are subscribed to the Google Groups "rl-library" group.
To post to this group, send email to rl-li...@googlegroups.com.
To unsubscribe from this group, send email to rl-library+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rl-library?hl=en.
Brad