You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I switched from PPO to MaskablePPO and since then I'm facing problem with error. Interesting fact is that this error doesn't occur immediately, it occurs after 100k-300k timesteps. Very similar (or even the same) was described here #1553 but author didn't provide explanation how to fix it. The problem is my env is big enough that it's hard to provide minimal example but I'll try my best.
I found the answer in this Stable-Baselines-Team/stable-baselines3-contrib#81 issue. You have to change super().__init__(logits=logits) to super().__init__(logits=logits, validate_args=False) in sb3_contrib/common/maskable/distributions.py
Uh oh!
There was an error while loading. Please reload this page.
🐛 Bug
Hi
I switched from PPO to MaskablePPO and since then I'm facing problem with error. Interesting fact is that this error doesn't occur immediately, it occurs after 100k-300k timesteps. Very similar (or even the same) was described here #1553 but author didn't provide explanation how to fix it. The problem is my env is big enough that it's hard to provide minimal example but I'll try my best.
Code example
Setting my action mask
Teaching agent the game
Init and step functions in env
Reset function
Relevant log output / Error message
System Info
Checklist
The text was updated successfully, but these errors were encountered: