Skip to content

Conversation

@luccabb
Copy link
Owner

@luccabb luccabb commented Jan 24, 2026

  • Remove (~2000 Elo) from the chess UI subtitle
  • Add target="_blank" rel="noopener" to GitHub link to fix iframe issues on HuggingFace

This adds a chess reinforcement learning environment following the
OpenEnv interface pattern, with both local and HTTP client-server modes.

Features:
- ChessEnvironment class with configurable rewards, opponents, and game limits
- FastAPI server with REST endpoints (/reset, /step, /state, /engine-move)
- HTTP client for remote environment access
- Web UI for playing against the engine
- HuggingFace Spaces deployment configuration (Dockerfile, openenv.yaml)
- Example training scripts for local and remote usage

Also includes:
- mypy configuration for optional RL dependencies
- Import formatting fixes for ufmt compliance
@luccabb luccabb merged commit abeed31 into master Jan 24, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants