dotnet / jitutils

MIT License
144 stars 59 forks source link

Fix RLCSE for new metrics format #391

Closed AndyAyersMS closed 7 months ago

AndyAyersMS commented 7 months ago

Parsing was broken when I added the initial ; to the metrics line. Fix this.

Also fix MCMC forgetting mode, so you can first run MCMC to explore the range of possible CSEs, then try Policy Gradient to see if it can come close to this.

AndyAyersMS commented 7 months ago

@EgorBo PTAL cc @dotnet/jit-contrib