-
**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…
-
This is happening using TD3 only. Works fine with SAC:
error: RuntimeError('"clamp_cpu" not implemented for \'Half\'',)
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/lib/pytho…
-
### Question
Are there any guidelines for how to make training sessions deterministic and reproducible? I'm training OpenAI Gym MuJoCo environments with PPO and my training graphs are different eac…
-
**Describe the bug**
After training a PyBullet environment, I try to record a video of it:
```
python -m utils.record_video --algo tqc --env ReacherBulletEnv-v0 -n 1000
```
And I get the follow…
mcres updated
3 years ago
-
### Question
I'm trying to teach a custom environment using TD3+HER (relevant code below). model.learn() produces an error
```File "d:/MyStuff/Programy/skola_5s/VIR/semes/drunk-drivers/wrap_her.py…
-
When running `main.py`, I got
`C:\Users\Ciel Tao\.conda\envs\tensorflow_env\lib\site-packages\gym\logger.py:30: UserWarning: WARN: Box bound precision lowered by casting to float32
warnings.warn…
-
I'm not able to get this library working with Tensorflow 2. A simple "from stable_baselines import PPO2" results in an error stating ModuleNotFoundError: No module named 'tensorflow.contrib'
My goo…
-
### 🐛 Bug
When using HER with replay_buffer that overflows at some point we get a crash with IndexError.
### To Reproduce
Run HER + SAC with small `buffer_size` and small `learning_starts`
…
-
I'm normally against implementing very recent papers before they prove to be valuable but I would like to make an exception for that one, especially because of the good results. It was recently accept…
-
- [ ] I have marked all applicable categories:
+ [x] exception-raising bug
+ [ ] RL algorithm bug
+ [ ] documentation request (i.e. "X is missing from the documentation.")
+ [ ] ne…