Page 3 of 16

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 08 Oct 2023, 21:07
by critor
Le fil d'entraide dédié est maintenant ouvert :
https://www.planet-casio.com/Fr/forums/ ... -2023.html

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 09 Oct 2023, 09:57
by ptijoz
bon sous Linux ça commence mal :(

Code: Select all
joz@emachines:~/Developpement/Pyhon/TIP/Jeu_1000_bornes/kb$ python3 kb.py
Nbr joueurs ? (>1)
2
Nbr humains ? (0-2)
1
Pour reproduire, plante la graine 234567350.
Traceback (most recent call last):
  File "/home/joz/Developpement/Pyhon/TIP/Jeu_1000_bornes/kb/kb.py", line 35, in <module>
    kb_partie(classes_joueurs, nbr_humains)
  File "/home/joz/Developpement/Pyhon/TIP/Jeu_1000_bornes/kb/kblibprv.py", line 507, in kb_partie
    draw_help_title(C_BLACK)
  File "/home/joz/Developpement/Pyhon/TIP/Jeu_1000_bornes/kb/kblibprv.py", line 331, in draw_help_title
    def draw_help_title(c): PC_dstr("CONTROLES CLAVIER - KEYBOARD CONTROLS", 0, 0, c)
                            ^^^^^^^
NameError: name 'PC_dstr' is not defined. Did you mean: 'PC_wstr'?

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 09 Oct 2023, 13:34
by critor
@ptitjoz bibliothèques PySDL2 non trouvées, je suppose.

Mais tu peux faire en ligne dans le navigateur aussi :
https://yaya-cout.github.io/Upsilon-Wor ... f14ffa5412

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 09 Oct 2023, 13:41
by ptijoz
bizarre quand j'essaie pikatchu SDL est fonctionnel
merci pou le lien

Image

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 09 Oct 2023, 14:48
by ggauny@live.fr
1000Bornes.JPG


Bonjour,

Euréka ! ça fonctionne sur toutes mes machines, y compris 90+e et ses applications tiers.

Mais je ne connais pas du tout le jeu 1000 Bornes, alors j'ai téléchargé le jeu pour m'entraîner !

Bonne journée.

K1000b.JPG


:p

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 09 Oct 2023, 21:00
by critor
Je suis sous les rafales d'Afyu.
Alice, Bob, Clara, Denise, ... j'ai droit à tout le calendrier.

La dernière, Eleanore, semble me battre haut la main :
Image

À quand Eliza ? ;)

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 09 Oct 2023, 22:24
by critor
Adriweb vient de rajouter un champ de filtrage sur l'historique des duels. :)

De quoi filtrer par concurrent...
Image

... ou encore par IA
Image

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 10 Oct 2023, 12:52
by ilyas.r
Bonjour, je (et je ne suis pas le seul) rencontre une erreur en exécutant le script kb.py :
Nbr joueurs ? (>1)
2
Nbr humains ? (0-2)
1
could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
Pour reproduire, plante la graine 39956132.
Traceback (most recent call last):
File "C:\Users\nsi.xyz\Documents\IR\kb\kb.py", line 53, in <module>
kb_partie(classes_joueurs, nbr_humains)
File "C:\Users\nsi.xyz\Documents\IR\kb\kblibprv.py", line 751, in kb_partie
draw_help()
File "C:\Users\nsi.xyz\Documents\IR\kb\kblibprv.py", line 499, in draw_help
draw_help_title(C_BLACK)
File "C:\Users\nsi.xyz\Documents\IR\kb\kblibprv.py", line 480, in draw_help_title
def draw_help_title(c): PC_dstr("CONTROLES CLAVIER - KEYBOARD CONTROLS", 0, 0, c)
File "C:\Users\nsi.xyz\Documents\IR\kb\pc7.py", line 391, in PC_dstr
PC_spx(x, ty, cf)
TypeError: <lambda>() takes 0 positional arguments but 3 were given

Est-ce que quelqu'un aurait une solution ?

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 10 Oct 2023, 13:02
by Adriweb
Bonjour,

Essaye déjà d'installer la lib qui va bien pour SDL2. Quelque chose du genre pip install pysdl2 pysdl2-dll depuis le terminal / ligne de commande.
Un IDE bien fait (PyCharm, par exemple) reconnaîtra l'environnement python et proposera d'installer les dépendances manquantes, cela dit.
Peut-être ceci peut aider aussi...

Re: Concours Python 2023-2024 - Championnat d'IA 1000 Bornes

Unread postPosted: 10 Oct 2023, 16:00
by Afyu
critor wrote:Adriweb vient de rajouter un champ de filtrage sur l'historique des duels. :)


Ça a l'air bien pratique ! :D On trouve ça où ? :)