Davide Maran

Results 1 issues of Davide Maran

I have tried to load the trained agent with these lines `from stable_baselines3 import SAC` `agent = SAC.load("BipedalWalker-v3.zip")` Where of course the file "BipedalWalker-v3.zip" comes from [here](https://github.com/DLR-RM/rl-trained-agents/blob/1e2a45e5d06efd6cc15da6cf2d1939d72dcbdf87/sac/BipedalWalker-v3_1/BipedalWalker-v3.zip). I get this...