Skip to content

Conversation

@linrock
Copy link
Contributor

@linrock linrock commented Dec 30, 2022

This modification was used to train the net in official-stockfish/Stockfish#4314

if (e.score == VALUE_NONE)
return true;

if (e.ply <= 28) // TODO enable setting ply count via a runtime flag
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe something like --early-ply-skipping 28

@Disservin
Copy link
Member

Hi,

I think I added that functionality master...Disservin:nnue-pytorch:param-skip_early_plies would be cool if someone could test this since I have no idea how to run pytorch ^^

I can make a pr if you want or you can also copy the changes since its your idea anyway ; )

@linrock
Copy link
Contributor Author

linrock commented Dec 30, 2022

cool, feel free to open a PR since you've written the code already. easier to discuss the changes there

@linrock
Copy link
Contributor Author

linrock commented Jan 3, 2023

closing in favor of the configurable param approach in #222

@linrock linrock closed this Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants