itu-square / symsim

SQUARE Symsim is a test-bed for implementing reinforcement learning algorithms, formalizing their correctness properties, and testing them. It is implemented in Scala 3, in purely functional style, and uses property-based testing.
Apache License 2.0
2 stars 0 forks source link

Simple Bandit Gaussian tests crash with Randomized2 #233

Open wasowski opened 9 months ago

wasowski commented 9 months ago

This seems caused by https://github.com/typelevel/spire/issues/1315