-
### Discussed in https://github.com/facebookresearch/detectron2/discussions/4250
## Instructions To Reproduce the 🐛 Bug:
I'm using a conda environment where I have installed the following:
1. `co…
-
## Bug description
Attempting to load SB3 models from Huggingface in `serialize.py` often raises a `FileExistsError`, that tells us "Outdated policy format: we do not support restoring normalization …
-
### 🐛 Bug
cloning the repo and running python train.py --algo ppo --env CartPole-v1 --tensorboard-log /tmp/stable-baselines/ fails to produce tensorboard files.
Sorry if this is dumb, but im no…
-
Hi all,
First, I'd like to say thank you to all the contributors on this repo as well as on stable baselines. I have used both extensively in my own research and appreciate the effort that you all …
-
If you have any questions, feel free to create an issue with the tag [question].
If you wish to suggest an enhancement or feature request, add the tag [feature request].
If you are submitting a …
-
### 🐛 Bug
I am trying to use Stable Baselines to learn a grasping policy for a robot and transfer it to a real robot. I found this project by Baris Yazici (https://github.com/BarisYazici/deep-rl-gr…
-
### Question
Just like we have an exploration schedule in DQN, do we have an option to anneal /schedule action noises for continuous environments?
### Additional context
I know that this was …
-
In `Model Zoo` section of `README.md`, it provides checkpoints of 5 baselines but none for `GPSNet`.
https://github.com/Jingkang50/OpenPSG/blob/f8e33fb297ba37eedaad39764060e3103b5d9ad3/README.md?pl…
-
Hi, thanks for your very nice work.
I have an error when running interact.sh for PLATO-XL.
I'm running the script on Ubuntu 18.04 with 3 RTX 3090 24GB GPUs.
python version: 3.7.12
knover …
-
## 📚 Documentation Issue
Hi everyone,
I'm struggling to understand how detectron2's Default Trainer is supposed to handle the validation set. Since I just want to do basic testing on a custom da…