jurgisp / pydreamer

PyTorch implementation of DreamerV2 model-based RL algorithm
MIT License
205 stars 47 forks source link

Consistently getting generator process error when training model #6

Closed stephmilani closed 2 years ago

stephmilani commented 2 years ago

Hi, I'm trying to train a model on one of the standard OpenAI gym environments. However, even when I use the "debug" settings, I consistently encounter this error: image

Any tips for how to resolve this?

Edit: It was an issue on my end :)