Firestorm-253
Firestorm-253
@Oceania2018 so there is no way to load anything into an untrained model? where is the use to have a massive & complex ML-library if u can't save/load anything u...
> has anybody found a work around to this problem ?? this is really annoying when testing ... nope sadly not
@SebLague pls fix, bcs i can't continue and the commitment date gets closer
> i have only taken a glance at it yet, but as i see it 'RepetitionPositionHistory' only gets updated when the move is actually being played, while 'repetitionHistory' is for...
> Getting up to speed with C# and learning that stacks don't discard when pushed above capacity, they grow. I have made an attempt at resolving this issue with #261,...
> It is possible to do some machine learning, as a little hint, you'll probably want to store your network in a non-numeric format. You could think about how you...
> You can train your NN outside, then copy paste the weights in MyBot.cs even then, i don't think u can do it. prove me wrong.
> Pls share the relevant code snippets for help. I can confirm that the following FEN didn't produce any illegal moves for me.
I recommend to do a simple check in the main 'Think()' Method before returning the chosen Move: `If (!board.GetLegalMoves().Contains(chosenMove)) { throw new Exception("ERROR: I messed smt up") }` otherwise what...
> [@Firestorm-253](https://github.com/Firestorm-253) Not sure what you mean by "2d topdown cell based evolution simulator" this video is doing something similar of what i'm doing: https://www.youtube.com/watch?v=vHb07ynsPgo&t=179s