Bot trained model #29
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: henri/trictrac#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/s-casci/tinyzero
Charger le modèle PyTorch dans rust : https://github.com/LaurentMazare/tch-rs/blob/main/examples/jit/README.md
Ou entrainer le modèle avec burn et sb3-burn : https://github.com/will-maclean/sb3-burn
Utiliser muzero ? Nécessite de créer une de trictrac sur le modèle de open_spiel, par ex backgammon : https://github.com/google-deepmind/open_spiel/blob/master/open_spiel/games/backgammon/backgammon.cc
kZero, en implémentant https://github.com/KarelPeeters/board-game-rs
Implémenter modèle open spiel en python https://github.com/google-deepmind/open_spiel/blob/master/open_spiel/python/games/tic_tac_toe.py
Ou gymnasium en s'inspirant de https://github.com/dellalibera/gym-backgammon/blob/master/gym_backgammon/envs/backgammon_env.py puis trouver implèmentation d'entraînement…