wip Gym : Claude AI suggestion

This commit is contained in:
Henri Bourcereau 2025-03-01 22:34:17 +01:00
parent 12f53d00ca
commit 8368b0d837
5 changed files with 1495 additions and 34 deletions

View file

@ -1,9 +1,11 @@
use serde::{Deserialize, Serialize};
use std::fmt;
use pyo3::prelude::*;
// This just makes it easier to dissern between a player id and any ol' u64
pub type PlayerId = u64;
#[pyclass]
#[derive(Copy, Debug, Clone, PartialEq, Serialize, Deserialize)]
pub enum Color {
White,