PufferAI / PufferLib

Simplifying reinforcement learning for complex game environments
https://pufferai.github.io/
MIT License
1.23k stars 58 forks source link

Fixed Spaces so it now converges #85

Closed xinpw8 closed 2 months ago

xinpw8 commented 3 months ago

Fixed Spaces env: dtype=np.int8 -> dtype=np.float32, which was causing model to fail to learn. Reset dtype updated for consistency.