-
### 🐛 Bug
Hello, I was packaging stable_baselines3 for NixOS because there is currently no package for it. After successfully fetching the source, I encountered the error below when importing it. It …
-
I am using gym 0.21.0 and stable baslines master 2.4.0a8.
The error i am facing is
```
Traceback (most recent call last):
File "/home/aghnw/.conda/envs/RL-agent/mine-env-main/trainer_sac.py…
-
i trained v2,
and tried to run it with baseline/run_pretrained_interactive.py
also tried reinstall numpy and cloudpickle
i got:
baselines git:(master) ✗ python3 -m pip install numpy==…
-
I face this error:
➜ baselines git:(master) ✗ python3 run_pretrained_interactive.py
UserWarning: Using SDL2 binaries from pysdl2-dll 2.28.0
6697 pyboy.pyboy WARNING The emu…
-
**Hello community, I am trying to perform the UR3 training about end-effector positioning with the use of Stable-Baselines.
I am using Ubuntu 20.04
ROS noetic
python 3.8
Stable-Baselines3 = 2.0.…
-
Hello,
Nice project =)
I created a colab notebook to try it online directly: https://colab.research.google.com/drive/19bdAiKZY0r5OR3gEv7164CjDOdMRGYqt
Btw, why didn't you use `deterministic=…
-
Hi,
amazing work here. But the software has moved on and I would like to make it work again. So far I have:
* Fixed the code to work with the new pyelastica API
* Updated from stable_baselines to…
-
Hi @thomascent,
I've been trying to use your envs with a stable_baselines algo (here's the cleaned-up [repository](https://github.com/MartinaRuocco/diy-gym/tree/master/examples/RL_test)) but I had…
-
The [benchmarks](https://instadeepai.github.io/flashbax/#gpu-speeds) show adding to a buffer is very slow on GPU (13 ms vs 0.4 ms for reverb or stable baselines, over 30x slower). Has anyone filed a b…
-
Hello,
We recently fixed a bug in the ppo2 implementation that should solve the performance gap observed ;)
So I recommend you to update to latest version. Btw, I'm quite interested in your benchmar…