-
**Describe the bug**
Pwnagotchi went to AI in just few minutes but upon checking it does not save the brain in /root directory
**To Reproduce**
Steps to reproduce the behavior:
1. reboot and sta…
do-ki updated
9 months ago
-
@Bensk1 Hi, I have come across the two following questions while training the agent.
1. the storage consumption of the corresponding index configuration set was exceeded marginally. Therefore, …
-
### 🚀 Feature
When training with ARS in combination with AsyncEval, multiple environments are run at the same time. When seeding these environments, all environments get a different seed. There sho…
-
Not clear if the error is from replacing python, baselines or one of the previous PR as it wasn't tested in between. Might also be related to changing all arrays to torch tensors.
@vkakerbeck plea…
-
Hi,
we developed and tested our algorithm OT-TRPO (published at the upcoming NeurIPS2022, you can find the preprint [here](https://arxiv.org/abs/2210.11137)) using stable baselines.
Is there an …
-
I am training an A2C agent and I want to frequently save the model.
The issue I am having is that too many tensorboard files are being opened and never closed. This causes the program to crash as i…
-
**Describe the bug**
`TypeError: 'int' object is not subscriptable`
Ran a couple time into this bug, and found it really hard to debug within stable baselines.
To spare [others](https://github.co…
-
## Bug Description
I am running into an issue with the traffic_light_grid examples from both the stable_baselines and rllib set of examples.
For the stable baselines example, the script runs…
-
Hi guys. I try to use examples notebooks in the repo for training. Both on enviroment reset functions and agents' step I get this error about Stable Baselines 3's DummyVecEnv Reset:
```
.venv/lib/py…
-
PPO2 uses a `with TensorboardWriter(...) as writer:` context that `flush`es but doesn't ever close its `tf.summary.FileWriter`. This led to (in combination with another problem on my side) a "too many…