Simeon Manolov

Results 7 issues of Simeon Manolov

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

Debug
debug/variables

Steps to reproduce: 1. Install axlsx gem 2. Run the last example (for rich_text) It fails due to an unitialized constant RichText. A quick compare shows that the following files...

The library has a fundamental issue with managing parent/child relationships: it assumes that an opened span is always a child of the previously opened active span. Example: ``` A--------.--------.----------.---------.------A |...

## Description Support for stable_baselines3 style callbacks in adversarial training. This feature was partly addressed in #626, but the author seems to have lost interest there ## Testing Tests in...

### Overview This PR fixes a server-side crash when all units on the battlefield are inactive. Error logs: ``` [runServer][global] ERROR Disaster happened. [runServer][global] ERROR Reason: Failed to find valid...

Similar to vcmiserver (app) and vcmiservercommon (lib), now there is vcmiclient (app) and vcmiclientcommon (lib). This will allow to compile other clients (such as an ML client) which can now...

# MMAI: an ML-powered combat AI This PR adds a new battle AI powered by machine learning. ## Description `MMAI` is a new type of AI which controls units in...