Closed GoogleCodeExporter closed 9 years ago
The underlying cause of this error actually occurs earlier:
{{{
(M) [python] Traceback (most recent call last):
File "c:\opennero\build-of-trunk\dist\Release\Maze\agent.py", line 172, in start
self.previous_action = self.get_epsilon_greedy(observations)
File "c:\opennero\build-of-trunk\dist\Release\Maze\agent.py", line 154, in get_epsilon_greedy
actions = self.get_possible_actions(observations)
File "c:\opennero\build-of-trunk\dist\Release\Maze\agent.py", line 133, in get_possible_actions
actions = range(aMin, aMax+1)
TypeError: range() integer end argument expected, got float.
}}}
Original comment by ikarpov
on 14 Nov 2011 at 8:21
Original comment by ikarpov
on 14 Nov 2011 at 8:21
r1387 addresses this issue
Original comment by ikarpov
on 14 Nov 2011 at 8:22
Original issue reported on code.google.com by
mwo...@gmail.com
on 14 Nov 2011 at 3:38