-
If you do not know the root cause of the problem, and wish someone to help you, please
post according to this template:
## Instructions To Reproduce the Issue:
1. what code you wrote or what ch…
-
Go here, and run the notebook from start:
https://colab.research.google.com/github/Stable-Baselines-Team/rl-colab-notebooks/blob/master/rl-baselines-zoo.ipynb
When you get to the hyperparameter …
-
**Describe the bug**
`/usr/bin/python3: Error while finding module specification for 'train.py' (ModuleNotFoundError: __path__ attribute not found on 'train' while trying to find 'train.py')
`
**…
-
I want to add parameter noise to the PPO algorithm but I'm not an expert by any means in regards to the stable-baseline implementation of PPO and pytorch.
Could someone give me a rough idea where in …
-
**Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.
Please post your question on the [RL Discord](https://discord.com/invite/xhfNqQv), [R…
-
Hello,
I have a question regarding the different HER implementation across baselines, SB2 and SB3.
I have a very simple environment with a robot that performs a reaching task (reaching a target).
…
-
Is it possible to use pycls models without Internet access? I'm using `pretrained=False` parameter and load weights manually, but I'm still getting `URLError: `.
-
Hi,
I'm sorry if I am just totally blind but I cannot find the 120+ Trained Agents that are mentioned in the https://github.com/DLR-RM/rl-baselines3-zoo readme.
As far as I understood one can dow…
-
Hello I am still new to use Detectron. I am trying to implement KITTI datasets for object detection using VOC baselines. From these commands:
cfg = get_cfg()
cfg.merge_from_file("./configs/Pascal…
-
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…