CoolFace
Apppublic

nicoloddo/x-tree-search

sourceHugging Facecc-by-nc-4.0updated 1y agoView on Hugging Face
1likes
50 commits on main
26f7a771y ago

alpha beta off by default

nicoloddo
2aa7f1d1y ago

Upload 90 files

nicoloddo
86869771y ago

Made algorithm settings stateful

nicoloddo
e75c7361y ago

Reapply algorithm setting addition

nicoloddo
a921efe1y ago

Update gradio sdk

nicoloddo
134eb4d1y ago

Fixed deployment

nicoloddo
8f892fc1y ago

Algorithm settings and security patches

nicoloddo
42e500c2y ago

Fixed src.game.interface not being a package

nicoloddo
9fa84b62y ago

Improved modularity in explainable game interface and in game agents

nicoloddo
e822a792y ago

Preventive fix to explanation tactics getting imported from previous explanations

nicoloddo
a48ed832y ago

Fixed minimax retrieving nodes from the previous search

nicoloddo
a1f95662y ago

Added explaining agent property

nicoloddo
7cf52c82y ago

Made opponent not persistent in the app

nicoloddo
21ecd8a2y ago

Made tic-tac-toe interface folder a package

nicoloddo
8d07b052y ago

Improved readability and removed unnecessary variables from the classes

nicoloddo
d382d382y ago

Fixed persistence of explainer and explainer settings across users by using a gradio State

nicoloddo
acfbf472y ago

Final fix on game persistence by using Gradio State; improved modularity and fixed bugs

nicoloddo
ecb2fd02y ago

Perfectionated getter only reference to the game in the explainer interface

nicoloddo
7d8cc9f2y ago

Fix nonetype get_game in ai explainer

nicoloddo
0af57a92y ago

Fix recursive error in get_explaining_agent

nicoloddo
f5fef362y ago

Fix none get_game and get_explaining_agent

nicoloddo
07afaa12y ago

Fix callable type import

nicoloddo
4ff23f52y ago

Explainer interface does not hold an instance of explaining agent anymore but only refers to a getter method

nicoloddo
2524bd12y ago

Pass explaining agent get method to the explainer interface rather than instance

nicoloddo
48000b02y ago

Pass get_game correctly to explainer interface

nicoloddo
db36fef2y ago

Gradio explainer interface does not hold an instance of the game anymore but refers to a get_game method

nicoloddo
9859adb2y ago

Revert self.game reinitialization on load as it was not solving the problem of persistence of the game variable across users

nicoloddo
4bfa37a2y ago

Skip explainer interface on load call

nicoloddo
781ecc12y ago

Reinitialize self.game on load to ensure different games between users

nicoloddo
201286a2y ago

Refactored the interface to not create a global game instance but a per-user game instance, now testing on spaces

nicoloddo
fd84c5e2y ago

Revert trying to fix persistent state across users commit

nicoloddo
49bb8562y ago

Return demo instance instead of starting it

nicoloddo
d0eca802y ago

Remove interface wrapper

nicoloddo
bd87c7a2y ago

Try to fix persistent game state across users

nicoloddo
36edaa72y ago

Default toggles' values in the settings are now reflecting the explainer

nicoloddo
d48d0032y ago

Upload 67 files

nicoloddo
4b505512y ago

Fixed errors when compacting RecursivePossession explanations; fixed colors in decision making visualization

nicoloddo
6fc131b2y ago

Better phrasing in decision tree visualization tab's description

nicoloddo
4b519562y ago

Better handling of decision tree printing depending on nodes; changed name from move tree to decision tree; outputs now use the gradio built in output system as well, dynamically

nicoloddo
eeea26b2y ago

Updated licence and emoji

nicoloddo
010c6462y ago

Added visualize move tree functionalities and fixed various bugs in conditional If

nicoloddo
54d0e802y ago

Rank Adjectives can now accept multiple comparison adjectives. Any of them can be true for the comparison to be treated as true; If condition now supports comparison mode

nicoloddo
55c9d2a2y ago

Updated the alphabeta explainer to say worse or equal instead of just worse as that's more accurate

nicoloddo
7bbf1072y ago

Create packages.txt

nicoloddo
4b1fd762y ago

Create requirements.txt

nicoloddo
2791b112y ago

Delete test/explain_open_spiel_test.py

nicoloddo
9c75c552y ago

Delete test/explain_open_spiel_mcts.py

nicoloddo
4e80ece2y ago

README conforming to hugging face format

nicoloddo
5edb5e32y ago

Upload of project to Hugging Face

nicoloddo
81181482y ago

Delete .gitattributes

nicoloddo