Method: MCTS::Examples::DoubleStep#finished?
- Defined in:
- lib/mcts/examples/double_step.rb
#finished? ⇒ Boolean
15 16 17 |
# File 'lib/mcts/examples/double_step.rb', line 15 def finished? @positions.any? {|_color, position| position >= FINAL_POSITION } end |