rl-trained-agents icon indicating copy to clipboard operation
rl-trained-agents copied to clipboard

A collection of pre-trained RL agents using Stable Baselines3

Results 2 rl-trained-agents issues
Sort by recently updated
recently updated
newest added

See https://github.com/DLR-RM/rl-baselines3-zoo/pull/244

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...