Racines

Results 12 issues of Racines

Hi, Your plugin is really great! But sadly on Android marshmalow 6.0 (tested on 2 phones). I got some weird behaviors: ![screenshot_mini](https://user-images.githubusercontent.com/31736912/53096809-41c27780-3520-11e9-8f9a-58913661339d.png) Can you tell me if you have the...

Hello, I see that the trainExamplesHistory in the Coach.py is never cleared, even when we accept a new model after the pit (line 126). I don't understand why we are...

Hello, I want to pass multiple loss functions to my model but the compile method do not accept more than one loss function. I want my two defined output use...

missing feature/s

When I use a lot the model.Prediction() the usage of CPU decrease over time, and the time to wait between each prediction increase over time. ``` =================================================== average millisecond for...

When I create a model with 2 outputs: ``` var model = new Model(new BaseLayer[] { mainInput }, new BaseLayer[] { ph, vh }); ``` and I want to use...

Hello, In your [demo](http://kou-yeung.mygamesonline.org/WebGLInputSample/index.html) If you press enter in the inputfield with content type: MultiLine New Line It seems to jump multiple times. Also is your demo using TMP?

A pull request to implement HasCastled feature from https://github.com/SebLague/Chess-Challenge/issues/258 and https://github.com/SebLague/Chess-Challenge/issues/286. I know there is board.GameMoveHistory to help, but since this game history is not updated during bot search, this...

It's seems there is no way in the current api to edit wangcolor tile preview and probability: https://discord.com/channels/524610627545595904/524610627545595906/1292100220569653248 I added them in this PR but this has **not been tested**....

When we link a sensor or a condition in the CapabilityBuilder, it would be nice to have an equivalent of IActionProperties or the possibility to link instance instead of generic...

enhancement

Select the agent and disable it and the goal provider: ![image](https://github.com/user-attachments/assets/24812100-d156-4d58-bf0c-9b2d70730a65) Then when you unselect the agent and reselect it: ![image](https://github.com/user-attachments/assets/ef660607-6a75-49b0-a651-8b40ff1a0466)

bug