-
Learning in SB3, this code snippet fails:
```
env = pistonball_v4.parallel_env(time_penalty=-1)
env = ss.color_reduction_v0(env, mode='B')
env = ss.resize_v0(env, x_size=84, y_size=84)
env = ss…
-
**Describe the bug**
I run the tutorial on https://pytorch.org/hub/nvidia_deeplearningexamples_waveglow/
and I got errors
`AttributeError: 'Tacotron2' object has no attribute 'text_to_sequence`
…
-
i tried to train the character using the hyperparams given by @ManifoldFR in #3076 .
However, after 60 millions steps the character averages a reward of ~300/350 and when I test it the character w…
-
**Version3 is now online: https://github.com/DLR-RM/stable-baselines3**
This issue summarizes the discussion between the maintainers (@hill-a , @erniejunior , @AdamGleave , @Miffyli and I) about t…
-
So I previously had trouble reproducing the results using the pretrained models from the model zoo. Now that is fine. I moved on to trying to train the model myself and encounter problems reproducing …
-
Trying to debug this, but I am at a loss. If I checkout smarts/ultra/registry.py file,
```
git checkout '8621ca8a06181c56946b1160013765c696e8353d' -- smarts/ultra/registry.py
```
then the followi…
-
I would like to ask what is the proper way to define the observation space if we do not know the values that the different observations could take during training.
I tried to define them by using s…
-
## 📚 Documentation
The TF Object Detection API reports that images are all 600x600 for their inference speed and accuracy benchmarks. What size were the images for the detectron [inference speed benc…
-
PPO hyperparameter configurations often refer to `normalize` as a logical, e.g.
https://github.com/DLR-RM/rl-baselines3-zoo/blob/8ea4f4a87afa548832ca17e575b351ec5928c1b0/hyperparams/ppo.yml#L44
I…
-
what does `(s/im)` defines [https://github.com/facebookresearch/detectron2/blob/master/MODEL_ZOO.md#coco-person-keypoint-detection-baselines-with-keypoint-r-cnn](url) here.