eleurent / rl-agents

Implementations of Reinforcement Learning and Planning algorithms
MIT License
582 stars 152 forks source link

Some warnings during operation #110

Open Louise599 opened 6 months ago

Louise599 commented 6 months ago

Hello! First of all, thank you for sharing such a great project! It gave me a lot of inspiration! It's really very much appreciated! But I'm having problems running it as follows: 2024-03-12 15-59-27 的屏幕截图 I hope you can give me help, thank you very much!

Also, when pygame is running it says unresponsive, have you encountered this? Looking forward to your reply! 2024-03-12 16-09-21 的屏幕截图

eleurent commented 6 months ago

Hi,

But I'm having problems running it as follows

These are just warnings, the code should still be running fine. But thanks for letting me know, I will try to fix this (as this will break with future updates of gymnasium)

pygame is running it says unresponsive, have you encountered this?

I think this may occur if the planning algorithm is too slow? If you don't click or anything, is the simulation still running (although slowly)?