Not logged inCSS-Forum
Forum CSS-Online Help Search Login
CSS-Shop Impressum Datenschutz
Up Topic Hauptforen / CSS-Forum / Neuer Ceres ist erschienen
- By Lothar Jung Date 2023-12-31 18:30 Upvotes 1
Hier die Bekanntmachung auf Discord:

Announcing CeresTrain - a platform for training deep neural networks for chess. As described on the project page, focus of the initial release has been endgames for which tablebases exist. Some empirical findings are described which seem at least mildly interesting and encouraging.

More generally the primary goals of the project are to:
* facilitate research into chess neural networks providing a modular set of flexible software building blocks which span the subtasks of training data collection, neural network architectural definition, optimization, network evaluation, introspection, and integration into MCTS chess engines such as its sister project (Ceres, 2020)
* provide a high performance platform for training of chess neural networks at scale, including a two parallel and interoperable backend implementations (based on C# via TorchSharp and one in Python) which leverage PyTorch 2.0 in an (optionally) distributed setting

As always, critical feedback and suggestions will be greatly appreciated from the community. Please be aware that the documentation of installation/configuration is likely imperfect, particularly when using the Linux/Pytorch backend.
<https://github.com/dje-dev/CeresTrain>
- - By Lothar Jung Date 2023-12-31 18:41 Edited 2023-12-31 18:49 Upvotes 1
Hier die Installation von Ceres:

https://github.com/dje-dev/Ceres

https://github.com/dje-dev/Ceres/blob/main/Setup.md

Please follow these preliminary steps (as needed) for installing the Ceres development environment:

Use git to download the Ceres code from github at https://github.com/dje-dev/ceres
Download and install Microsoft Visual Studio (free Community Edition) from https://visualstudio.microsoft.com/downloads/
You can now launch Visual Studio and open the solution file Ceres.sln under the src directory. For best performance, make sure to choose "Release" from the top toolbar (not "Debug"). You can then run Ceres by "Run without debugging" command (Ctrl-F5.).

Alternately, from a command line in the src subdirectory run "dotnet build -c Release" and then navigate to and run the Ceres.exe which will be built under artifcacts subdirectories.

Viel Glück!
Parent - - By Max Siegfried Date 2024-01-01 20:28
Läuft Ceres auf einem MacBook mit M Chip?
Parent - - By Lothar Jung Date 2024-01-01 21:01 Upvotes 1
CUDA und C# sind erforderlich.
Parent - - By Max Siegfried Date 2024-01-02 13:24
Lothar Jung schrieb:

CUDA und C# sind erforderlich.


Das kann doch nicht so schwer sein.
Selbst Stockfish und LC0(CPU als auch Metal Versionen) laufen auf einem MacBook.
Parent - - By Reinhold Stibi Date 2024-01-02 13:40 Upvotes 1
Lothar könntest Du vielleicht bei dem neuen Ceres den HTC 114 Test 15 Sek. bringen ?
Parent - By Lothar Jung Date 2024-01-02 13:45 Upvotes 1
Den muss ich erstmal kompilieren.
Kann noch etwas dauern.
Parent - By Lothar Jung Date 2024-01-02 13:47 Upvotes 1
Die Anweisungen zum Compilieren stehen im Thread, da ist nicht von MAC die Rede, nur Windows und Linux.
Parent - By Frank Quisinsky Date 2024-01-02 17:01 Upvotes 1
https://www.chessengeria.eu/

Hier findet sich einiges zu Mac!
Sehr gute Computerschachseite, mit einigen Interviews und Reviews und Übersichten!

Wer die noch nicht kennt ...
Besuch lohnt sich ganz sicher!
- - By Andreas Kuntze Date 2024-01-02 17:36 Upvotes 2
Wie kommt Ihr eigentlich darauf, dass ein neuer Ceres erschienen ist? Auf der verlinkten Github-Seite

https://github.com/dje-dev/Ceres

ist noch immer die Version 0.96 vom 07.02.2022 (!) als aktuelle Version ausgeschrieben. Natürlich könnte ich mir den aktuellen Entwicklungsstand selbst kompilieren, aber das verstehe ich nicht unter einer neuen Ceres-Version...

Oder habe ich etwas übersehen?
Parent - By Lothar Jung Date 2024-01-02 19:39 Upvotes 2
Du hast nichts übersehen.
Nur die Trainingsplattform ist neu.
Wegen der Verbesserungen bei den .Net Bibliotheken könnte C# schneller sein.
Ich warte jetzt ab, vielleicht kommt bald was substanzielles.
Up Topic Hauptforen / CSS-Forum / Neuer Ceres ist erschienen

Powered by mwForum 2.29.3 © 1999-2014 Markus Wichitill