Code Monkey home page Code Monkey logo

victorgabillon / chipiron Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 4.1 MB

chipiron is a Python library for playing chess. chipiron uses a tree-based approach and neural networks for move selection. The project includes a graphical user interface (GUI) that allows users to play against the Chipiron chess engine or watch it play.

Home Page: https://chipiron.readthedocs.io/en/latest/

License: GNU General Public License v3.0

Makefile 0.31% Python 92.11% CSS 0.33% JavaScript 6.14% HTML 0.84% Dockerfile 0.26%
chess chess-engine python

chipiron's People

Contributors

ebroutin-camping avatar victorgabillon avatar

Watchers

 avatar

chipiron's Issues

error arg conf file

si je lance avec python main_chipiron au lieu de python chipiron/mainchiiron jai des erruers bizarer avec arg conf file

Tak !

Traceback (most recent call last):
File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/home/ebroutin/perso/chipiron.vico/src/players/player_thread.py", line 32, in run
move = self.game_player.select_move(board)
File "/home/ebroutin/perso/chipiron.vico/src/players/game_player.py", line 13, in select_move
best_move = self._player.select_move(board)
File "/home/ebroutin/perso/chipiron.vico/src/players/player.py", line 34, in select_move
best_move = self.main_move_selector.select_move(board)
File "/home/ebroutin/perso/chipiron.vico/src/players/treevaluebuilders/tree_and_value_player.py", line 113, in select_move
self.tree_explore(board)
File "/home/ebroutin/perso/chipiron.vico/src/players/treevaluebuilders/tree_and_value_player.py", line 79, in tree_explore
self.tree.add_root_node(board)
File "/home/ebroutin/perso/chipiron.vico/src/players/treevaluebuilders/trees/move_and_value_tree.py", line 53, in add_root_node
self.root_node = self.find_or_create_node(board, None, self.tree_root_half_move, None)
AttributeError: 'RecurZipfBaseTree' object has no attribute 'tree_root_half_move'
Oops! Doubleclicked? Try again...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.