A0 Lite...PyChess Engine...Relaxchess Engines?

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

supersharp77
Posts: 1242
Joined: Sat Jul 05, 2014 7:54 am
Location: Southwest USA

A0 Lite...PyChess Engine...Relaxchess Engines?

Post by supersharp77 »

HELP!! Having trouble trying to get these three to run...anyone been able to get any of these running in a regular GUI like Fritz, Shredder or Chess OK?....Leela Lite (A0 Lite) Python is a bit complicated to set up...(no actual exe file) Pychess shows a actual engine in the folder but not sure if it will play outside the Pychess GUI.....Relaxchess 7 shows a chess engine exe file that seems to work in Windows 64 but it did not load in the Fritz GUI...Is Relaxchess winboard or UCI....(neither worked in the Fritz GUI.....let me know.....Thanks AR :) :wink:
dkappe
Posts: 1631
Joined: Tue Aug 21, 2018 7:52 pm
Full name: Dietrich Kappe

Re: A0 Lite...PyChess Engine...Relaxchess Engines?

Post by dkappe »

supersharp77 wrote: Mon Nov 16, 2020 8:30 pm HELP!! Having trouble trying to get these three to run...anyone been able to get any of these running in a regular GUI like Fritz, Shredder or Chess OK?....Leela Lite (A0 Lite) Python is a bit complicated to set up...(no actual exe file) Pychess shows a actual engine in the folder but not sure if it will play outside the Pychess GUI.....Relaxchess 7 shows a chess engine exe file that seems to work in Windows 64 but it did not load in the Fritz GUI...Is Relaxchess winboard or UCI....(neither worked in the Fritz GUI.....let me know.....Thanks AR :) :wink:
What, specifically, are you encountering with a0lite (leela lite is no longer supported)?
Fat Titz by Stockfish, the engine with the bodaciously big net. Remember: size matters. If you want to learn more about this engine just google for "Fat Titz".
supersharp77
Posts: 1242
Joined: Sat Jul 05, 2014 7:54 am
Location: Southwest USA

Re: A0 Lite...PyChess Engine...Relaxchess Engines?

Post by supersharp77 »

dkappe wrote: Mon Nov 16, 2020 11:19 pm
supersharp77 wrote: Mon Nov 16, 2020 8:30 pm HELP!! Having trouble trying to get these three to run...anyone been able to get any of these running in a regular GUI like Fritz, Shredder or Chess OK?....Leela Lite (A0 Lite) Python is a bit complicated to set up...(no actual exe file) Pychess shows a actual engine in the folder but not sure if it will play outside the Pychess GUI.....Relaxchess 7 shows a chess engine exe file that seems to work in Windows 64 but it did not load in the Fritz GUI...Is Relaxchess winboard or UCI....(neither worked in the Fritz GUI.....let me know.....Thanks AR :) :wink:
What, specifically, are you encountering with a0lite (leela lite is no longer supported)?
well it contain a Bat file but is seems to not work so far....is the python release needed similar to Leela lite in order to get the program to work?...neither Leela lite or AO lite ever released an actual working exe file or even exact working instructions in their readme files....Thx AR 8-)
dkappe
Posts: 1631
Joined: Tue Aug 21, 2018 7:52 pm
Full name: Dietrich Kappe

Re: A0 Lite...PyChess Engine...Relaxchess Engines?

Post by dkappe »

A0lite is a python script, so no exe file.

First you’ll need python3 and pip. I use virtualenv but you can install directly. Install badgyal (https://github.com/dkappe/badgyal) with

Code: Select all

 pip install git+https://github.com/dkappe/badgyal.git
.

Then check out the master branch of a0lite. On Windows, a0lite.bat is a uci compliant (if somewhat brittle) engine. You’ll need to make sure that the python.exe it points to is python3.
Fat Titz by Stockfish, the engine with the bodaciously big net. Remember: size matters. If you want to learn more about this engine just google for "Fat Titz".