rdnfn / beobench

A toolkit providing easy and unified access to building control environments for reinforcement learning (RL).
https://beobench.readthedocs.io
MIT License
37 stars 4 forks source link

Add more explicit windows warning/error #91

Closed rdnfn closed 2 years ago

rdnfn commented 2 years ago

Problem

When users try running Beobench directly on Windows, the error messages can be cryptic.

Potential Solution

Add error on detecting Beobench being run directly in Windows OS that explains to user that Windows is not supported and how they can use WSL to run Beobench on Windows machine.

rdnfn commented 2 years ago

This has been implemented and will be added in the next release.