Chris Proctor 0cd3c3b488 Add observation_function for full custom control over the observation
Lets a game define how its state becomes an observation as a plain
Python function (module:attr), used identically by GameEnvironment
(training) and TrainedPolicy (inference) instead of two independently
maintained encoding paths. Removes the egocentric/egocentric_player/
egocentric_radius flags — cropping is now something an
observation_function does itself by calling egocentric_board(), and
extras_size is discovered from one sampled observation instead of
being configured via observe_state_sizes.
2026-06-23 20:45:48 -04:00
2026-05-08 14:07:17 -04:00
2026-06-22 16:41:31 -04:00
2026-05-08 14:07:17 -04:00
2026-05-08 14:07:17 -04:00
2026-05-08 14:07:17 -04:00
2026-05-08 14:07:17 -04:00
2026-05-08 14:07:17 -04:00
2026-05-08 14:07:17 -04:00
Description
No description provided
Readme 656 KiB
Languages
Python 99.6%
Makefile 0.4%