Reinforcement Learning
stable-baselines3
Walker2d-v3
deep-reinforcement-learning
Walker2d-v4
Eval Results (legacy)
Instructions to use qgallouedec/td3-Walker2d-v3-3685596188 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use qgallouedec/td3-Walker2d-v3-3685596188 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="qgallouedec/td3-Walker2d-v3-3685596188", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
File size: 199 Bytes
1944894 | 1 2 3 4 5 6 7 8 9 10 11 12 | !!python/object/apply:collections.OrderedDict
- - - learning_starts
- 10000
- - n_timesteps
- 1000000.0
- - noise_std
- 0.1
- - noise_type
- normal
- - policy
- MlpPolicy
|