--- !ruby/object:Gem::Specification name: rubykon version: !ruby/object:Gem::Version version: 0.3.1 platform: ruby authors: - Tobias Pfeiffer autorequire: bindir: exe cert_chain: [] date: 2015-11-17 00:00:00.000000000 Z dependencies: [] description: An AI to play Go using Monte Carlo Tree Search. Currently includes the mcts gem and benchmark/avg. Works on all major ruby versions. email: - pragtob@gmail.com executables: - rubykon extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".ruby-gemset" - ".ruby-version" - ".travis.yml" - CHANGELOG.md - CODE_OF_CONDUCT.md - Gemfile - Guardfile - LICENSE - POSSIBLE_IMPROVEMENTS.md - README.md - Rakefile - benchmark/benchmark.sh - benchmark/full_playout.rb - benchmark/mcts_avg.rb - benchmark/playout.rb - benchmark/playout_micros.rb - benchmark/profiling/full_playout.rb - benchmark/profiling/mcts.rb - benchmark/results/HISTORY.md - benchmark/scoring.rb - benchmark/scoring_micros.rb - benchmark/support/benchmark-ips.rb - benchmark/support/benchmark-ips_shim.rb - benchmark/support/playout_help.rb - examples/mcts_laziness.rb - exe/rubykon - lib/benchmark/avg.rb - lib/benchmark/avg/benchmark_suite.rb - lib/benchmark/avg/job.rb - lib/mcts.rb - lib/mcts/examples/double_step.rb - lib/mcts/mcts.rb - lib/mcts/node.rb - lib/mcts/playout.rb - lib/mcts/root.rb - lib/rubykon.rb - lib/rubykon/board.rb - lib/rubykon/cli.rb - lib/rubykon/exceptions/exceptions.rb - lib/rubykon/exceptions/illegal_move_exception.rb - lib/rubykon/eye_detector.rb - lib/rubykon/game.rb - lib/rubykon/game_scorer.rb - lib/rubykon/game_state.rb - lib/rubykon/group.rb - lib/rubykon/group_tracker.rb - lib/rubykon/gtp_coordinate_converter.rb - lib/rubykon/move_validator.rb - lib/rubykon/version.rb - rubykon.gemspec homepage: https://github.com/PragTob/rubykon licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: An AI to play Go using Monte Carlo Tree Search. test_files: []