Dan Bravender

Results 7 issues of Dan Bravender

Perhaps http://docker.io might be useful for functional tests.

## Summary This change makes `mock.Anything` its own type ## Changes * Introduce a custom internal type for `mock.Anything` ## Motivation While refactoring tests to use strongly typed `On_` calls...

pkg-mock
internal/refactor

The remote stub is intended for people who are trying to train agents that have game engines written in a language other than Python. See #31 for details on how...

I do most of my game engines now in Dart since my apps are written in Dart/Flutter and it's quite a lot of work to write and debug a game...

I was getting errors installing tensorflow 1.15 on bionic so I switched the base image to the official tensorflow image at version 1.15.

I plan on using the neural network code in another project (if the license allows this) and for that other project I'd like a way to save and load neural...

Major improvements: - Converted from Flow to modern TypeScript 5.3 with super strict linting - Removed inefficient deep cloning (_.cloneDeep) in favor of mutable game state with apply/undo moves -...