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
Thank you for this fantastic repo! I was hoping to use some of the implementations here for the MineRL competition. However, it seems policy-based algorithms like A2C,PPO, SAC, and fD do not support Dict and Discrete spaces, which is crucial for MineRL (and custom envs in general).
There are potential workarounds as @MrSyee was kind enough to point out, but it would be great if you could introduce minimal support in the near future!
The text was updated successfully, but these errors were encountered:
Hello,
Thank you for this fantastic repo! I was hoping to use some of the implementations here for the MineRL competition. However, it seems policy-based algorithms like
A2C,
PPO, SAC, and fD
do not supportDict
andDiscrete
spaces, which is crucial for MineRL (and custom envs in general).There are potential workarounds as @MrSyee was kind enough to point out, but it would be great if you could introduce minimal support in the near future!
The text was updated successfully, but these errors were encountered: