-
### ❓ Question
I'm attempting to train a single model on two environments. Because they have different action spaces, I set full_action_space to True, but I'm still getting an error showing that the …
-
### Describe the bug
```python
env_id = "PongNoFrameskip-v4"
print("HANDLERS", logging.root.handlers)
env = gym.make(env_id)
print("HANDLERS", logging.root.handlers)
```
output:
```
HANDLERS …
-
# Describe the bug
Hi everyone, I ran into a slight hickup when trying to push rl_zoo3 to the huggingface hub. It runs without errors, but at the printout:
`"ℹ Pushing repo dqn-SpaceInvadersNoFra…
-
### 🐛 Bug
Despite being in the sb3 documentation and linked source code, the kwarg action_repeat_probability is missing from the AtariWrapper method in atari_wrapper.py in my environment. I intalled …
-
When trying to run: ```!python train.py --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/``` to train the model I get an error from gym saying It cant get the rom, here is the traceback:
```
T…
-
Hi @JesseFarebro, this issue is an addendum to [https://github.com/mgbellemare/Arcade-Learning-Environment/issues/430](url). I managed to resolve that one, but there is another problem now:
```
/t…
-
windows python 3.9.13 AutoROM Version: 0.5.0
pip install gym[accept-rom-license]
same error https://github.com/mgbellemare/Arcade-Learning-Environment/issues/477
Looking in indexes: http://mirrors.…
-
Don´t know if anyone experiences the same problem with the game
There is a weird sound issue going on i.e. sound only plays in mono and fades out after some time
Sound effects such as shooting e…
-
### ❓ Question
Some recent work in reinforcement learning shows that decoupling feature extraction and reinforcement learning can improve the data utilization of reinforcement learning, that is, di…
-
Thanks for your work and contribution. Yet we encountered reproduction inability when trying to replicate the results in Atari Behavior Cloning & Atari Reinforcement Learning (PPO) . In both case, we …