-
Running the following command to tune ACER gives:
`(sb) C:\Users\Jake\py\rl-baselines-zoo>python train.py --algo acer --env CartPole-v1 -optimize
changing path
========== CartPole-v1 ==========
Or…
-
**Describe the bug**
ModuleNotFoundError: No module named 'stable_baselines.ddpg.memory', when loading ddpg pendulum-v0
**Code example**
```python
from utils import ALGOS
folder = "trained_agen…
ghost updated
5 years ago
-
Normalizing inputs generally accelerates training of machine learning models. Does stable baselines have an approach for normalization in offline algorithms? Or can we create one?
Using VecNormal…
-
How do I set the hyper-parameters to automatically read from a text file as seen in [rl-baselines-zoo](https://github.com/araffin/rl-baselines-zoo/blob/master/hyperparams/her.yml)?
Currently I am g…
-
* I have a question regarding the differences between the vectorized environment using the DummyVecEnv wrapper versus a multiprocessing version with MPI.
* I have a custom environment running with DD…
-
Hello,
I have tried to reproduce the Faster-RCNN baseline using [R50-FPN_1x](https://github.com/facebookresearch/detectron2/blob/master/MODEL_ZOO.md#faster-r-cnn). However, there's a **drop of around…
-
Checklist:
- [x] Parallelized training for experts (Adam finished this via #57).
- [x] Get good experts for Humanoid and Ant [which are not doing well right now](https://github.com/HumanCompatib…
-
**Describe the bug**
`enjoy.py` launches a `ModuleNotFoundError: No module named 'pybullet_envs'` even when operating only on atari environments.
**Code example**
`python enjoy.py --algo a2c --en…
-
Hi, i'm trying to regulate temperature in a room with reinforcement learning and got some problems with continuous actions and over-fitting.
The model has only 1 input called power with values in…
-
### Describe the bug
This stems from #4063. I was able to duplicate the user's bug with our own data. See below for some analysis:
### To Reproduce
1. Checkout my branch origin/bugfix/rusu1/vis…