litlpoet / rl-library

Automatically exported from code.google.com/p/rl-library
Apache License 2.0
0 stars 0 forks source link

Continuous Grid world Visualizer crashes if you change VF Res before pressing start #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Continuous Grid world Visualizer crashes if you change VF Res before
pressing start

Original issue reported on code.google.com by brian.ta...@gmail.com on 17 Nov 2007 at 7:21

GoogleCodeExporter commented 8 years ago
This was because in queryAgentValues, the values werent updated if the the step 
wasnt different. That is, the 
size of values changed, but wasnt updated because of a poor check. Look at the 
way mountain car does it, this 
code was copied into gridworld and the problem appears to be fixed.

Original comment by rad...@gmail.com on 10 Jan 2008 at 10:46