xuanquang1999

Results 2 issues of xuanquang1999

### What happened + What you expected to happen The problem occurred when training the Soft-Actor Critic (SAC) model with TensorFlow2 on the Hopper environment of Gymnasium. ``` config =...

bug
triage

There seems to be a bug with the implementation of Vector.lerp() function ``` $.Vector.lerp= function(v,u,t){return new $.Vector(v.x * (1-t) + u.x * t, v.y = v.y * (1-t) + u.y...