masonk

Results 4 comments of masonk

> if I training an agent to play blackjack, the biggest bottleneck here is the "playing" blackjack over and over by the agent to collect enough data for training. Along...

Things Rust definitely needs: const generics 16-bit floats GATs (for efficient, non-copying iterators) Things that we might want but I'm not sure: Standard Inference + Train traits Standard data frames...

I still have the issue, but in the light of morning I've been trying to reduce the problem statement. I think that fundamentally, the problem is this. Ever since 0.24...

+1 to the use-case of "Staging files [...] next to the cargo-built final artifacts". In my case I want to copy a config.toml file from my crate root into a...