This is a trained model of a
PPO agent playing
BipedalWalker-v3
using the
stable-baselines3 library.
1from stable_baselines3 import ...
2from huggingface_sb3 import load_from_hub
3
4...
This one was trained with tuned hyperparameters on 100 million timesteps and it still falls in the holes suggesting that we have reached the limits of basic PPO for this challenge